修改bug

prod
wangwei 2 years ago
parent 7cefc5a438
commit e7ddead0d7

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

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

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

Loading…
Cancel
Save