fix: 去除系统用户密码重置账号校验

This commit is contained in:
TsMask
2025-01-10 18:45:16 +08:00
parent acd8a33b4a
commit f5938110f4

View File

@@ -492,7 +492,7 @@ function fnModalCancel() {
*/
function fnModalOkResetPwd() {
modalStateFrom
.validate(['userName', 'password'])
.validate(['password'])
.then(() => {
modalState.confirmLoading = true;
const key = 'user';