Browse Source

[Fix][UI][2.0.5] Add LIST type to the custom parameter types of task node. (#9455)

Amy0104 3 years ago
parent
commit
ac2e1df2bf

+ 5 - 0
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/commcon.js

@@ -209,6 +209,11 @@ const typeList = [
     id: 9,
     id: 9,
     code: 'BOOLEAN',
     code: 'BOOLEAN',
     disabled: false
     disabled: false
+  },
+  {
+    id: 10,
+    code: 'LIST',
+    disabled: false
   }
   }
 ]
 ]