|
@@ -76,6 +76,8 @@ export default {
|
|
|
|
|
|
this.aliIdType = this.routeParams.aliIdType;
|
|
|
this.videoId = this.routeParams.aliid;
|
|
|
+
|
|
|
+ this.$nextTick(()=> this.$refs.treeBox.setCurrentNode(this.routeParams))
|
|
|
},
|
|
|
methods: {
|
|
|
handle() {
|
|
@@ -85,7 +87,7 @@ export default {
|
|
|
if (node.children && node.children.length) {
|
|
|
return;
|
|
|
}
|
|
|
- this.checkNode = data;
|
|
|
+ this.checkNode = node;
|
|
|
},
|
|
|
},
|
|
|
};
|