src/views/statisticalQueryManagement/securityGuardStatistics.vue
@@ -228,9 +228,11 @@ }, currentChange(currentPage) { this.page.currentPage = currentPage; this.onLoad(this.page, this.query) }, sizeChange(pageSize) { this.page.pageSize = pageSize; this.onLoad(this.page, this.query) }, refreshChange() { this.onLoad(this.page, this.query);