提交 e57c1f14 编写于 作者: tony001's avatar tony001

实体工作流动态导航表格视图增加逻辑

上级 4f57e1ba
...@@ -206,7 +206,9 @@ ...@@ -206,7 +206,9 @@
public setTreeNodeHighLight(data: any): void { public setTreeNodeHighLight(data: any): void {
this.$nextTick(() =>{ this.$nextTick(() =>{
const tree: any = this.$refs.tree; const tree: any = this.$refs.tree;
tree.setCurrentKey(data.userTaskId); if(tree) {
tree.setCurrentKey(data.userTaskId);
}
}) })
} }
<#if view.hasPSControl('grid')> <#if view.hasPSControl('grid')>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册