提交 3181e1a7 编写于 作者: 浮世逍遥's avatar 浮世逍遥 提交者: devosend

[Fix-10318][ui] Fix EMR Task UI custom parameters Is not correct (#10334)

* Modify useCustomParams isSimple: true

(cherry picked from commit 96496f72)
上级 cbefb59b
......@@ -35,6 +35,10 @@ export function useEmr(model: { [field: string]: any }): IJsonItem[] {
message: t('project.node.emr_flow_define_json_tips')
}
},
...useCustomParams({ model, field: 'localParams', isSimple: false })
...useCustomParams({
model,
field: 'localParams',
isSimple: true
})
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册