GULIMMO
2023-11-10 3c869f73cc6ea25561345817c1c8af9c7ceda344
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)
               })
            })