浏览代码

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

Amy0104 3 年之前
父节点
当前提交
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,
     code: 'BOOLEAN',
     disabled: false
+  },
+  {
+    id: 10,
+    code: 'LIST',
+    disabled: false
   }
 ]