Merge branch 'dev' of gitee.com:jmlcl/trunk into dev
This commit is contained in:
commit
f50c8f2bde
|
|
@ -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