| src/views/home/components/bottomContainer.vue | ●●●●● patch | view | raw | blame | history |
src/views/home/components/bottomContainer.vue
@@ -383,7 +383,7 @@ getAlarmList({ ...params, count: this.pagesize }).then(res => { this.policeSituationHistoryArr = [] if (this.res.data.data.records > 0) { if (res.data.data.records > 0) { this.policeSituationHistoryArr = res.data.data.records.map((item, index) => { return { ...item, index: index + 1, lng: item.ZDDWXZB, lat: item.ZDDWYZB } })