人员离职bug修复
parent
91abdf2d9a
commit
e82e11d2bc
|
@ -56,7 +56,8 @@ export default {
|
||||||
await resignV1({
|
await resignV1({
|
||||||
leaveReason: this.form.LEAVE_REASON,
|
leaveReason: this.form.LEAVE_REASON,
|
||||||
operatorId: this.userInfo.USER_ID,
|
operatorId: this.userInfo.USER_ID,
|
||||||
userId: this.userInfo.USER_ID
|
userId: this.userInfo.USER_ID,
|
||||||
|
id: this.userInfo.USER_ID
|
||||||
})
|
})
|
||||||
uni.$u.toast('离职成功')
|
uni.$u.toast('离职成功')
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
Loading…
Reference in New Issue