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