领用距离重置刷新问题

dev
黄泽腾 2 years ago
parent ff59ac09b4
commit 63f1d38393

@ -183,7 +183,8 @@ export default {
limit: 20, limit: 20,
}; };
this.spaceList = []; this.spaceList = [];
this.getList(); // this.getList();
this.getDeptList();
}, },
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

@ -163,7 +163,8 @@ export default {
limit: 20, limit: 20,
}; };
this.spaceList = []; this.spaceList = [];
this.getList(); // this.getList();
this.getDeptList();
}, },
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

@ -175,7 +175,8 @@ export default {
limit: 20, limit: 20,
}; };
this.spaceList = []; this.spaceList = [];
this.getList(); // this.getList();
this.getDeptList();
}, },
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

Loading…
Cancel
Save