src/components/LayerController/service/WmsLayerService.js
@@ -131,15 +131,18 @@ autoClose: false }) .openPopup() */ window.$layer.open({ content: { content: Popup, // 组件 data: { // 传递的参数 datas: popupDatas } }, title: '' // 标题 }) if (window.layerFactory.clickSwitch) { window.$layer.open({ content: { content: Popup, // 组件 data: { // 传递的参数 datas: popupDatas } }, title: '' // 标题 }) } // this.popupComp.setDatas(popupDatas) // this.popupComp.setShow() }