派生自 wuyushui/SewerAndRainNetwork

ChenZeping02609
2021-05-13 87026b25d3b7da07785cfce3cb24f4e469297f70
src/components/panel/RightSearchPanel.vue
@@ -154,7 +154,7 @@
        case '管道信息':
          this.gcComp = PipeInformationSearch
          break
        case '企业应急':
        case '应急图层':
          this.gcComp = ReportSearch
          break
      }
@@ -221,7 +221,13 @@
      that.gcComp = ''
      that.topicList.forEach((item) => {
        if (item.name === obj.name) {
          item.isShow = obj.checked
          // console.log(obj)
          if (obj.type > 0) {
            item.isShow = true
          } else {
            item.isShow = false
          }
          // item.isShow = obj.checked
          if (item.isShow) {
            that.selected(item)
          } else {