fix: 调整用户密码无法重置
This commit is contained in:
parent
8c2a0b5886
commit
59c66ffae8
@ -80,6 +80,9 @@ export function fetchResetUserPassword(userId: CommonType.IdType, password: stri
|
|||||||
return request<boolean>({
|
return request<boolean>({
|
||||||
url: '/system/user/resetPwd',
|
url: '/system/user/resetPwd',
|
||||||
method: 'put',
|
method: 'put',
|
||||||
|
headers: {
|
||||||
|
isEncrypt: true
|
||||||
|
},
|
||||||
data: { userId, password }
|
data: { userId, password }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user