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