guanqb
2023-01-10 77ac6e85c1e93cf98eda7a9258be1c18c751569f
Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
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 }
                    })