| src/views/home/components/dialog/keyPersonBox.vue | ●●●●● 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',