liuyg
2021-08-30 3a5b850b3dc6df0531d8dd28fa2511f4d73513dd
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);