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