src/components/MapView/mapSpaceTop.vue
@@ -99,7 +99,7 @@ pageIndex: 1, pageSize: 500, }); debugger if (data.code != 200) { this.$message.error("列表调用失败"); } @@ -109,7 +109,7 @@ return res; } }); debugger // for (var i in option) { // // console.log(option[i].tableType) @@ -149,7 +149,11 @@ }, menuTreeCheck(value) { this.mapSpaceQueryLayer = value; this.layerData.forEach(item => { if (this.menuTopFrom.queryLayer == item.entity){ this.$store.state.propertiesName = item; } }) this.getCheckedNodes(); }, },