Commit bbb7899d authored by 涂伟's avatar 涂伟

feat: '台账配置源字段必填'

parent 5d376431
......@@ -227,7 +227,7 @@ const AddModal = props => {
>
<Input placeholder="请输入规则名称" />
</Form.Item>
<Form.Item label="源字段" name="Fields">
<Form.Item label="源字段" name="Fields" rules={[{ required: true }]}>
<TreeSelect
showSearch
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
......
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