派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-13 6d98f628a46e6ba25af1faafd3a2f64bd7c4e71a
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) {