fix: 去除系统用户密码重置账号校验
This commit is contained in:
@@ -492,7 +492,7 @@ function fnModalCancel() {
|
||||
*/
|
||||
function fnModalOkResetPwd() {
|
||||
modalStateFrom
|
||||
.validate(['userName', 'password'])
|
||||
.validate(['password'])
|
||||
.then(() => {
|
||||
modalState.confirmLoading = true;
|
||||
const key = 'user';
|
||||
|
||||
Reference in New Issue
Block a user