src/views/Synthesis/LeftMenu.vue
@@ -2451,13 +2451,15 @@ if (str.url != null && str.type == 2 && str.isShow == 1) { return str; } }) var layer = std.filter((str) => { if (str.isProject == 1 && str.type == 2) { this.$store.state.isProjectLayer.push(str); } }) this.setAddLayers(value); var res = this.setTreeData(val); this.$store.state.pigCode = null; //存储选中图层 @@ -2470,7 +2472,7 @@ // } // }); // } this.$store.state.oldTree = val; this.$store.state.treeData = res; this.$store.state.checkedKeys = checkKey;