13176889840 3 years ago
parent
commit
6ce8f5fa4c
  1. 3
      src/views/modules/visual/communityParty/community.vue
  2. 2
      src/views/modules/visual/components/screen-map/index.vue

3
src/views/modules/visual/communityParty/community.vue

@ -95,6 +95,7 @@
:areaScale="0.1"
@clickFeature="clickProject"
></screen-map>
<!-- <new-map /> -->
</div>
<!-- <div class="map-tips">
<div v-for="(item, index) in partyItem"
@ -196,6 +197,7 @@ import dialogInfo from './dialogInfo.vue'
import unitInfo from './unitInfo.vue'
import screenMap from "@/views/modules/visual/components/screen-map";
import screenEchartsFrame from "../components/screen-echarts-frame";
import newMap from '../cpts/map/index.vue'
import { pieOption } from './options'
export default {
@ -206,6 +208,7 @@ export default {
dialogInfo,
unitInfo,
screenMap,
newMap,
screenEchartsFrame
},
data () {

2
src/views/modules/visual/components/screen-map/index.vue

@ -772,7 +772,7 @@ const vueGis = {
});
if (feature) {
// console.log(feature)
console.log('feature---', feature)
if (_that.clickType === 'back') {
_that.$emit('clickFeature', feature)

Loading…
Cancel
Save