src/components/MapView/mapSpaceTop.vue
@@ -149,7 +149,11 @@ }, menuTreeCheck(value) { this.mapSpaceQueryLayer = value; this.layerData.forEach(item => { if (this.menuTopFrom.queryLayer == item.entity){ this.$store.state.propertiesName = item.tabDesc; } }) this.getCheckedNodes(); }, },