diff --git a/pc4mobx/organization/stores/staff.js b/pc4mobx/organization/stores/staff.js index 61ee658..be15286 100644 --- a/pc4mobx/organization/stores/staff.js +++ b/pc4mobx/organization/stores/staff.js @@ -149,7 +149,8 @@ export class StaffStore { getForm() { let params = this.isNew ? {} : { - id: this.staffId + id: this.staffId, + operateType: this.operateType } this.setDialogLoadingStatus(true);