| subPackage/workbench/views/cscj.vue | ●●●●● patch | view | raw | blame | history |
subPackage/workbench/views/cscj.vue
@@ -486,11 +486,10 @@ }) }) console.log(this.labelList); this.showLabelList placePoiLabelVOList.forEach(item => { const label = this.labelList.find(sl => sl.text === item.labelName) console.log(label); data.placePoiLabelVOList.forEach(item => { const label = this.labelList[0].children.find(sl => sl.text === item.labelName) label.isClose = false this.showLabelList.push(label) }) })