Lou
2023-12-05 1821359dd0db454b7c545169bf204864cdcf288e
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)
               })
            })