From 3f31f73952524e56e9ee7a3a0c77fdcc798a2826 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 12 Sep 2023 11:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/lulong/AppHandSnapshot/Statistics.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/project/lulong/AppHandSnapshot/Statistics.vue b/src/project/lulong/AppHandSnapshot/Statistics.vue index 41e2baf2..954c58ae 100644 --- a/src/project/lulong/AppHandSnapshot/Statistics.vue +++ b/src/project/lulong/AppHandSnapshot/Statistics.vue @@ -78,7 +78,6 @@ export default { }, methods: { getStatistics() { - if(this.flag) return this.todayList = [], this.finishData = [], this.trendDataX = [], this.trendData = [], this.typeData = [], this.showFinish = false this.$http.post(`/app/apppatrolreportinfo/countByGirdId?girdId=${this.selectGird.id}&eventStatus=${this.statusInfo.eventStatus}`).then((res) => { if (res.code == 0) { @@ -132,7 +131,6 @@ export default { this.typeChartInit() } }) - this.flag = false } }) }, @@ -302,7 +300,6 @@ export default { }, handleSelectGird(v) { console.log(11) - this.flag = true this.selectGird = v || {} this.getStatistics() },