From 95f11b9e6748f21ab04e7e263fb08300899c2c3b Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 9 Nov 2023 11:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=9F=A5=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppPatrolReport/Statistics.vue | 2 +- src/apps/AppPatrolReport/StatisticsList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppPatrolReport/Statistics.vue b/src/apps/AppPatrolReport/Statistics.vue index 0d026e3c..71abbab3 100644 --- a/src/apps/AppPatrolReport/Statistics.vue +++ b/src/apps/AppPatrolReport/Statistics.vue @@ -78,7 +78,7 @@ export default { methods: { getStatistics() { 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) => { + this.$http.post(`/app/apppatrolreportinfov2/countByGirdId?girdId=${this.selectGird.id}&eventStatus=${this.statusInfo.eventStatus}`).then((res) => { if (res.code == 0) { Object.keys(res.data.allCountMap).forEach((key) => { diff --git a/src/apps/AppPatrolReport/StatisticsList.vue b/src/apps/AppPatrolReport/StatisticsList.vue index af9ea358..097b98e1 100644 --- a/src/apps/AppPatrolReport/StatisticsList.vue +++ b/src/apps/AppPatrolReport/StatisticsList.vue @@ -84,7 +84,7 @@ export default { }, getList() { let {current, girdId, searchType} = this - this.$http.post(`/app/apppatrolreportinfo/listByStatus`, null, { + this.$http.post(`/app/apppatrolreportinfov2/listByStatus`, null, { params: { size: 10, current,