GULIMMO
2023-11-10 3c869f73cc6ea25561345817c1c8af9c7ceda344
场所维护更新
1 files modified
9 ■■■■■ changed files
subPackage/workbench/views/cscj.vue 9 ●●●●● 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)
                    })
                })