Commit 44544dbc by 张恒

fix(cjfa): 修改采集方案配置项名称必填字段设置

- 将配置项中的required字段从false改为true
parent 5f27acd0
......@@ -232,7 +232,7 @@ export const formProps: FormProps = {
disabled: false,
allowClear: false,
showLabel: true,
required: false,
required: true,
rules: [],
events: {},
listStyle: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment