!35 修改编制变更

Merge pull request !35 from reset/feature/cl
This commit is contained in:
reset 2022-06-07 10:13:11 +00:00 committed by Gitee
commit 76c5ceed96
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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);