Merge branch 'dev' of gitee.com:jmlcl/trunk into dev

This commit is contained in:
liyongshun 2022-06-07 18:14:46 +08:00
commit f50c8f2bde
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);