修改编制变更

This commit is contained in:
Chengliang 2022-06-07 18:11:10 +08:00
parent ce77261397
commit 14b7080a28
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@ export class StaffStore {
getForm() {
let params = this.isNew ? {} : {
id: this.staffId
id: this.staffId,
operateType: this.operateType
}
this.setDialogLoadingStatus(true);