巡查上报
This commit is contained in:
@@ -78,7 +78,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getStatistics() {
|
getStatistics() {
|
||||||
this.todayList = [], this.finishData = [], this.trendDataX = [], this.trendData = [], this.typeData = [], this.showFinish = false
|
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) {
|
if (res.code == 0) {
|
||||||
|
|
||||||
Object.keys(res.data.allCountMap).forEach((key) => {
|
Object.keys(res.data.allCountMap).forEach((key) => {
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getList() {
|
getList() {
|
||||||
let {current, girdId, searchType} = this
|
let {current, girdId, searchType} = this
|
||||||
this.$http.post(`/app/apppatrolreportinfo/listByStatus`, null, {
|
this.$http.post(`/app/apppatrolreportinfov2/listByStatus`, null, {
|
||||||
params: {
|
params: {
|
||||||
size: 10,
|
size: 10,
|
||||||
current,
|
current,
|
||||||
|
|||||||
Reference in New Issue
Block a user