From d1fd6259728cdff66c0884fa80490b809c062c0f Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Mon, 29 Sep 2025 15:14:00 +0800 Subject: [PATCH] fix: correct indentation for resetValidation call in UserDrawer.vue --- ui/src/views/system/user-manage/component/UserDrawer.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/views/system/user-manage/component/UserDrawer.vue b/ui/src/views/system/user-manage/component/UserDrawer.vue index e30659ae1..e49dc1f05 100644 --- a/ui/src/views/system/user-manage/component/UserDrawer.vue +++ b/ui/src/views/system/user-manage/component/UserDrawer.vue @@ -300,9 +300,9 @@ const open = (data: any) => { userManageApi.getSystemDefaultPassword().then((res: any) => { userForm.value.password = res.data.password }) - if (memberFormContentRef.value) { - memberFormContentRef.value.resetValidation() - } + } + if (memberFormContentRef.value) { + memberFormContentRef.value.resetValidation() } visible.value = true