Merge remote-tracking branch 'origin/dev' into dev

dev
薛宇 2 years ago
commit 0b56958b01

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