From df4d2f42f7860b39653ac759dfc8f0b45c445fd3 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Fri, 27 Aug 2021 09:05:26 +0800
Subject: [PATCH] 服务对象
---
src/views/statisticalQueryManagement/securityGuardStatistics.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/statisticalQueryManagement/securityGuardStatistics.vue b/src/views/statisticalQueryManagement/securityGuardStatistics.vue
index 1e36ecf..07c9f6a 100644
--- a/src/views/statisticalQueryManagement/securityGuardStatistics.vue
+++ b/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);
--
Gitblit v1.9.3