修改bug

prod
wangwei 2 years ago
parent 7cefc5a438
commit e7ddead0d7

@ -222,6 +222,7 @@ export default {
}; };
this.spaceList = []; this.spaceList = [];
this.getList(); this.getList();
this.getSpaceList();
}, },
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

@ -203,6 +203,7 @@ export default {
}; };
this.spaceList = []; this.spaceList = [];
this.getList(); this.getList();
this.getSpaceList();
}, },
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

@ -189,6 +189,7 @@ export default {
}; };
this.spaceList = []; this.spaceList = [];
this.getList(); this.getList();
this.getSpaceList();
}, },
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

Loading…
Cancel
Save