mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
远程管理错误修复
This commit is contained in:
parent
5aee40bfc4
commit
822736c806
|
@ -228,7 +228,9 @@ const resetPassword = (e: any) => {
|
|||
username: e.username
|
||||
}
|
||||
psDialogVisible.value = true
|
||||
formRef.value.resetFields()
|
||||
setTimeout(() => {
|
||||
formRef.value.resetFields()
|
||||
})
|
||||
}
|
||||
|
||||
const sbPs = () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user