fix: correct indentation for resetValidation call in UserDrawer.vue

This commit is contained in:
wxg0103 2025-09-29 15:14:00 +08:00
parent c430e62475
commit d1fd625972

View File

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