From 3c869f73cc6ea25561345817c1c8af9c7ceda344 Mon Sep 17 00:00:00 2001
From: GULIMMO <2820890765@qq.com>
Date: Fri, 10 Nov 2023 16:29:41 +0800
Subject: [PATCH] 场所维护更新
---
subPackage/workbench/views/cscj.vue | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/subPackage/workbench/views/cscj.vue b/subPackage/workbench/views/cscj.vue
index 7460a16..53ed2cd 100644
--- a/subPackage/workbench/views/cscj.vue
+++ b/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)
})
})
--
Gitblit v1.9.3