提交 081b1424 编写于 作者: Mosher's avatar Mosher

修复树视图导航多选报错问题

上级 942a1ecb
......@@ -699,7 +699,7 @@ import UIService from '@/uiservice/ui-service';
this.selectedNodes = [this.currentselectedNode];
}else{
this.selectedNodes = this.selectedNodes.concat(checkedNodes);
const tree: any = this.$refs.treeexpbar_tree;
const tree: any = this.$refs.${ctrl.name};
tree.setCheckedNodes(this.selectedNodes);
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册