修改bug

prod
wangwei 2 years ago
parent 4cf084bf86
commit 06f564fc17

@ -110,7 +110,7 @@
:total="detailTotal"
:limit.sync="detailQuery.limit"
:page.sync="detailQuery.page"
@pagination="getList"
@pagination="getDetailList"
></pagination>
</el-card>

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

Loading…
Cancel
Save