Commit c467bc7e by zhaochengxiang

bug fix

parent 07998b3f
...@@ -300,6 +300,8 @@ const BasicForm = React.forwardRef(function ({ type, item }, ref) { ...@@ -300,6 +300,8 @@ const BasicForm = React.forwardRef(function ({ type, item }, ref) {
} else { } else {
setColumnTypes() setColumnTypes()
} }
form?.setFieldsValue({ columnTypeSelectedList: [] })
}} }}
allowClear allowClear
> >
......
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