perf: 优化
This commit is contained in:
@ -115,8 +115,8 @@ const open = (accountId, last_synced_at = null) => {
|
||||
};
|
||||
|
||||
const close = () => {
|
||||
formRef.value.resetFields();
|
||||
formRef.value.clearValidate();
|
||||
formRef.value?.resetFields();
|
||||
formRef.value?.clearValidate();
|
||||
|
||||
isLoading.value = false;
|
||||
isCompleted.value = false;
|
||||
|
||||
Reference in New Issue
Block a user