派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-13 275ab635e9bb15e083462abf15070d601b577e62
src/components/LayerController/modules/LcServiceLayer.vue
@@ -53,9 +53,14 @@
      item.checked = !item.checked
      this.toggleLayer(item)
      this.swLayers(item.layers, item.checked)
      // 判断是否是点击 专题图层 下的子节点
      if (v === '专题图层') {
        bus.$emit('changeSearchBar', item)
      }
      // 判断是否点击的 一级专题图层
      if (item.name === '专题图层') {
        console.log(item, '88888888888888')
      }
      this.serviceLayers.forEach(function (item1, index1) {
        if (item1.layers) {