We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c430e62 commit d1fd625Copy full SHA for d1fd625
ui/src/views/system/user-manage/component/UserDrawer.vue
@@ -300,9 +300,9 @@ const open = (data: any) => {
300
userManageApi.getSystemDefaultPassword().then((res: any) => {
301
userForm.value.password = res.data.password
302
})
303
- if (memberFormContentRef.value) {
304
- memberFormContentRef.value.resetValidation()
305
- }
+ }
+ if (memberFormContentRef.value) {
+ memberFormContentRef.value.resetValidation()
306
}
307
308
visible.value = true
0 commit comments