subPackage/workbench/views/cscj.vue
@@ -520,11 +520,10 @@ } }) }) data.placePoiLabelVOList.forEach(item => { let label = this.labelList[0].children.find(sl => sl.text === item.labelName) || {} label['isClose'] = false label?.name && this.showLabelList.push(label) label?.text && this.showLabelList.push(label) }) })