mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-24 02:00:22 +08:00
fix(form): remove console error for setFieldsValue
移除setFieldsValue方法输出的控制台错误 fixed: #952
This commit is contained in:
parent
27207a78ca
commit
8d185bb584
@ -84,7 +84,7 @@ export function useFormEvents({
|
||||
validKeys.push(key);
|
||||
}
|
||||
});
|
||||
validateFields(validKeys);
|
||||
validateFields(validKeys).catch((_) => {});
|
||||
}
|
||||
/**
|
||||
* @description: Delete based on field name
|
||||
|
Loading…
Reference in New Issue
Block a user