From 14b7080a28167a3e969a3db7a8b70d00797a17a6 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Tue, 7 Jun 2022 18:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E5=88=B6=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/stores/staff.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);