From f17e3aceb111c905d424affccdf0301d5d777809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 7 Nov 2024 15:00:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/followupstatistics/index.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/system/followupstatistics/index.vue b/src/views/system/followupstatistics/index.vue index d1921c1..b0ecd18 100644 --- a/src/views/system/followupstatistics/index.vue +++ b/src/views/system/followupstatistics/index.vue @@ -40,7 +40,7 @@ - 搜索 + 搜索 重置 @@ -172,6 +172,7 @@ export default { created() { this.selectAgencyinfo(); this.getList(); + this.getFollowUpDetailinfo(); }, mounted() { this.getMaxTableHeight() @@ -350,7 +351,6 @@ export default { this.echartlist = res.data this.echartinfo(); this.echartinfotwo(); - this.getFollowUpDetailinfo(); }) }, async getFollowUpDetailinfo() { @@ -378,13 +378,17 @@ export default { this.loading = false }) }, + handleQuery() { + this.getList(); + this.getFollowUpDetailinfo(); + }, /** 重置按钮操作 */ resetQuery() { this.visitDate = []; this.queryParams.visitDateStart = null; this.queryParams.visitDateEnd = null; this.resetForm("queryForm"); - this.getList(); + this.handleQuery() }, selectAgencyinfo() { let query = {