Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
likui628
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
<BasicForm @register="registerProjectForm" />
<BasicForm @register="registerGroup" />
const [registerProjectForm, { getFieldsValue, validate, setFieldsValue, resetFields, updateSchema }] = useForm();
const [registerGroup, { setFieldsValue, }] = useForm(); 第二个form表单使用setFieldsValue会报错‘ERROR: The symbol "setFieldsValue" has already been declared’,请问要如何解决
Beta Was this translation helpful? Give feedback.
All reactions