|
@@ -65,7 +65,7 @@
|
|
|
<!-- 地图 -->
|
|
|
<!-- <supermap ref="supermap" style="width: 100%;height: 100vh;" :mapDiv="'forestMap'" class="indexSupermapClass"-->
|
|
|
<!-- :mapSite="{doubleClickZoom:false}" :codes="['9fa5']" :isSideBySide="false"></supermap>-->
|
|
|
- <supermap ref="supermap" style="width: 100%;height: 100vh;" :showLayer="true"></supermap>
|
|
|
+ <supermap ref="supermap" style="width: 100%;height: 100vh;" @fatherMethod="fatherMethod" :showLayer="true"></supermap>
|
|
|
<!-- 右侧 -->
|
|
|
<div class="rightbar" :class="indentright" ref="right">
|
|
|
<div class="forthis">
|
|
@@ -137,6 +137,7 @@
|
|
|
</div>
|
|
|
<eventLocation ref="eventLocation"></eventLocation>
|
|
|
<TVWall ref="TVWall"></TVWall>
|
|
|
+ <TVWalls2 ref="TVWalls2"></TVWalls2>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -154,6 +155,7 @@
|
|
|
import vBottomMenu from '@/components/vBottomMenu.vue' //一体化公共底部菜单
|
|
|
import eventLocation from '@/components/eventLocation.vue' //事件定位弹窗
|
|
|
import TVWall from '@/components/TVWall.vue' //电视墙弹窗
|
|
|
+ import TVWalls2 from '@/components/TVWalls2.vue' //电视墙弹窗
|
|
|
import {
|
|
|
getRyList,
|
|
|
getRyListByJob
|
|
@@ -167,6 +169,7 @@ import {getUserProfile} from "@/api/system/user";
|
|
|
vheader,
|
|
|
vBottomMenu,
|
|
|
eventLocation,
|
|
|
+ TVWalls2,
|
|
|
TVWall
|
|
|
},
|
|
|
data() {
|
|
@@ -328,6 +331,15 @@ import {getUserProfile} from "@/api/system/user";
|
|
|
that.personnelChart()
|
|
|
})
|
|
|
},
|
|
|
+ fatherMethod(dianshiqiang, longitude, latitude, item) {
|
|
|
+ this.$refs.TVWalls2.showTVWall(
|
|
|
+ dianshiqiang, {
|
|
|
+ longitude: longitude,
|
|
|
+ latitude: latitude,
|
|
|
+ },
|
|
|
+ item
|
|
|
+ );
|
|
|
+ },
|
|
|
getRyListByJob(jobValue) {
|
|
|
let that = this
|
|
|
that.listCurrentIndex1 = ''
|