perf: 优化

This commit is contained in:
rd
2025-07-03 18:13:13 +08:00
parent b14a34a79a
commit f3f0397eae
2 changed files with 4 additions and 4 deletions

View File

@ -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;