commit
76c5ceed96
|
|
@ -149,7 +149,8 @@ export class StaffStore {
|
|||
|
||||
getForm() {
|
||||
let params = this.isNew ? {} : {
|
||||
id: this.staffId
|
||||
id: this.staffId,
|
||||
operateType: this.operateType
|
||||
}
|
||||
this.setDialogLoadingStatus(true);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue