zhengpz
2021-08-27 eaa65457d1073c8568c07a2fb912ea981cd76101
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);