Commit 8d185bb5 authored by 无木's avatar 无木

fix(form): remove console error for `setFieldsValue`

移除setFieldsValue方法输出的控制台错误

fixed: #952
parent 27207a78
...@@ -84,7 +84,7 @@ export function useFormEvents({ ...@@ -84,7 +84,7 @@ export function useFormEvents({
validKeys.push(key); validKeys.push(key);
} }
}); });
validateFields(validKeys); validateFields(validKeys).catch((_) => {});
} }
/** /**
* @description: Delete based on field name * @description: Delete based on field name
......
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