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

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

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

Loading…
Cancel
Save