shuishen
2023-01-10 4d72e3235b9da9456c73a9d6d7e38f8b6c62f39b
数据
1 files modified
2 ■■■ changed files
src/views/home/components/bottomContainer.vue 2 ●●● 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 }
                    })