|
@@ -356,6 +356,7 @@ export default {
|
|
window.showDialog = this.showDialog
|
|
window.showDialog = this.showDialog
|
|
window.choseLayerSwitching = this.choseLayerSwitching
|
|
window.choseLayerSwitching = this.choseLayerSwitching
|
|
window.choseLayerSwitchingList = this.choseLayerSwitchingList
|
|
window.choseLayerSwitchingList = this.choseLayerSwitchingList
|
|
|
|
+ window.choseLayerSwitchingList_Data = this.choseLayerSwitchingList_Data
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
@@ -511,6 +512,10 @@ export default {
|
|
choseLayerSwitchingList(urlList) {
|
|
choseLayerSwitchingList(urlList) {
|
|
this.$refs.supermap.layerSwitchingList(urlList)
|
|
this.$refs.supermap.layerSwitchingList(urlList)
|
|
},
|
|
},
|
|
|
|
+ //选择图层(传递数组) 带数据
|
|
|
|
+ choseLayerSwitchingList_Data(urlList) {
|
|
|
|
+ this.$refs.supermap.layerSwitchingList_Data(urlList)
|
|
|
|
+ },
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
choseFireList(id,eventId, index) {
|
|
choseFireList(id,eventId, index) {
|
|
this.listCurrentIndex = index
|
|
this.listCurrentIndex = index
|