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 = {