Commit a403180a by zhaochengxiang

bug fix

parent ee3894e8
...@@ -140,6 +140,7 @@ export const Basic = React.forwardRef(function ({ type, elements }, ref) { ...@@ -140,6 +140,7 @@ export const Basic = React.forwardRef(function ({ type, elements }, ref) {
if (index !== -1) { if (index !== -1) {
setCurrentElement(elements[index]) setCurrentElement(elements[index])
} }
form?.setFieldsValue({ source: null })
getSources(changedValues.elementId) getSources(changedValues.elementId)
} }
} }
......
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