feat: 企业联调
This commit is contained in:
@@ -390,7 +390,7 @@
|
||||
confirm: true,
|
||||
handle: ({ userId }: any) => {
|
||||
http
|
||||
.post(origanizemanage.resetPwd, { userId })
|
||||
.post(origanizemanage.resetPwd, { userId, password: 123456 })
|
||||
.then(() => NsModal.success({ content: '密码重置成功,初始密码123456' }));
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user