fix(测试跟踪): 切换项目报错

This commit is contained in:
shiziyuan9527 2022-01-24 11:26:55 +08:00 committed by shiziyuan9527
parent 7a7e0b6175
commit cf79bbe167
1 changed files with 3 additions and 1 deletions

View File

@ -175,7 +175,9 @@ export default {
}
},
setCurrentKey() {
if (this.$refs.nodeTree) {
this.$refs.nodeTree.setCurrentKey(this.currentNode);
}
},
increase(id) {
this.$refs.nodeTree.increase(id);