Source/plt-web/plt-web-ui/src/views/systemModel/businessModel/index.vue
@@ -564,7 +564,9 @@ let node = this.currentClickNode.parent; node.loaded = false; node.expand(); this.$refs.tree.setCurrentNode(this.currentClickNode); this.$nextTick(()=>{ this.$refs.tree.setCurrentKey(this.currentClickNode.data.id); }); } else { this.refresh = Math.random(); // 刷新左侧树 }