phphe/he-tree

Issue on openNodeAndParents function

Closed this issue · 1 comments

I am trying to open the parent and its children nodes using the code below.
this.$refs.tree.openNodeAndParents ( this.treeData[ 0 ].children[ 2 ].children[ 0 ].children[ 0 ].children[ 0 ] );

But it returns an error. stat not found.
image

Could anyone suggest the solution for this?

phphe commented

This node data is not in the tree. Or you can create a reproduce online.