@ -194,9 +194,11 @@ export default {
},
currentChange(currentPage) {
this.page.currentPage = currentPage;
this.onLoad(this.page, this.query)
sizeChange(pageSize) {
this.page.pageSize = pageSize;
onLoad(page, params = {}) {
this.loading = true;