巡查上报
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user