diff --git a/pages/employed_by/resignation_application.vue b/pages/employed_by/resignation_application.vue index 42c25a9..d6840d1 100644 --- a/pages/employed_by/resignation_application.vue +++ b/pages/employed_by/resignation_application.vue @@ -56,7 +56,8 @@ export default { await resignV1({ leaveReason: this.form.LEAVE_REASON, operatorId: this.userInfo.USER_ID, - userId: this.userInfo.USER_ID + userId: this.userInfo.USER_ID, + id: this.userInfo.USER_ID }) uni.$u.toast('离职成功') setTimeout(() => {