tangzy
2021-08-27 df4d2f42f7860b39653ac759dfc8f0b45c445fd3
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);