src/views/Tools/LayerTree.vue @@ -734,6 +734,7 @@ }, }, mounted() { this.$bus.$on("treeDataCopy", (res) => { this.$store.state.treeData = this.treeData; this.$store.state.checkedKeys = this.$refs.tree.getCheckedKeys();