guanqb
2023-04-05 1d389e5d789d1e39c8e6953a7cfb9c62241e269c
重点人员定位弹窗
1 files modified
19 ■■■■■ changed files
src/views/home/components/dialog/keyPersonBox.vue 19 ●●●●● patch | view | raw | blame | history
src/views/home/components/dialog/keyPersonBox.vue
@@ -149,6 +149,25 @@
                return
            }
            console.log(row, 'row111111111')
            this.$store.commit('SET_MAPSEARCHPOPUP', true)
            this.$store.commit('SET_MAPSEARCHPOPUPDATA', {
                name: row.realName
            })
            var popup = new global.DC.DivForms(global.viewer, {
                domId: 'mapSearchPopup',
                position: [
                    global.DC.Transform.transformWGS84ToCartesian(
                        new global.DC.Position(
                            Number(row.X),
                            Number(row.Y),
                            0
                        )
                    )
                ]
            })
            this.$EventBus.$emit('toPosition', {
                layerName: 'carLayers',