Lou
2023-12-05 1821359dd0db454b7c545169bf204864cdcf288e
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
1 files modified
3 ■■■■ changed files
subPackage/workbench/views/cscj.vue 3 ●●●● patch | view | raw | blame | history
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)
                    })
                })