src/components/Screen/top.vue
@@ -49,15 +49,16 @@ this.currView = "chart" this.screen = true this.$parent.$refs.mapleft.OpenLeftInit() this.$parent.$refs.mapright.OpenLeftInit() }, //打开工程树 OpenProjectree() { this.screen = false this.currView = "tree" this.$parent.$refs.mapleft.OpenLeftProjectTree() this.$parent.$refs.mapright.OpenLeftProjectTree() }, }, }