refector: 去除无用getUser

This commit is contained in:
caoqianming 2023-04-13 14:20:48 +08:00
parent b160752cb5
commit 5749845e38
1 changed files with 2 additions and 2 deletions

View File

@ -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: {