diff --git a/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html b/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html index 5f267421..edb5fe09 100644 --- a/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html +++ b/src/workbench/browser/src/app/shared/components/api-script/api-script.component.html @@ -15,6 +15,7 @@ - {{ node.title }} + {{ node.title }} - {{ node.title }} - - - [?] - - -

{{ node.origin.note.code }}

-

{{ node.origin.note.desc }}

- -
-

---input---

-

- {{ item.key }}:{{ item.value }} -

-
- -
-

---return---

-

{{ node.origin.note.output }}

-
-
-
+
+ {{ node.title }} + + + [?] + + +

{{ node.origin.note.code }}

+

{{ node.origin.note.desc }}

+ +
+

---input---

+

+ {{ item.key }}:{{ item.value }} +

+
+ +
+

---return---

+

{{ node.origin.note.output }}

+
+
+
+
-
+
(true); dataSource: NzTreeNodeOptions[] = []; - expandedKeys = []; + expandedKeys = [0]; constructor() {} @@ -54,7 +54,6 @@ export class ApiScriptComponent implements OnInit { })), ...it, })); - console.log(this.dataSource); } handleChange(code) {