巡查上报

This commit is contained in:
liuye
2023-11-09 11:02:52 +08:00
parent fac6abffe9
commit 95f11b9e67
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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,