远程管理错误修复

This commit is contained in:
yy 2024-06-07 15:34:49 +08:00
parent 5aee40bfc4
commit 822736c806

View File

@ -228,7 +228,9 @@ const resetPassword = (e: any) => {
username: e.username
}
psDialogVisible.value = true
formRef.value.resetFields()
setTimeout(() => {
formRef.value.resetFields()
})
}
const sbPs = () => {