refector: 去除无用getUser
This commit is contained in:
parent
b160752cb5
commit
5749845e38
|
@ -125,9 +125,9 @@
|
||||||
this.getOplDetail();
|
this.getOplDetail();
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.workerList = [];
|
// this.workerList = [];
|
||||||
this.getWorkerList();
|
this.getWorkerList();
|
||||||
this.getWorkerRange();
|
// this.getWorkerRange();
|
||||||
// this.getVpeopleList();
|
// this.getVpeopleList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue