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 {