src/components/panel/RightSearchPanel.vue
@@ -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 {