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,