提交 cdc63c3c 编写于 作者: KK's avatar KK

去除多余方法

上级 71c39cd8
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
*/ */
public tab_click(item: any) { public tab_click(item: any) {
this.curSelectedNode = item; this.curSelectedNode = item;
this.setTreeNodeHighLight(this.curSelectedNode);
Object.assign(this.viewparams, Object.assign(this.viewparams,
{ {
'userTaskId': item['userTaskId'], 'userTaskId': item['userTaskId'],
...@@ -100,7 +99,6 @@ ...@@ -100,7 +99,6 @@
'processDefinitionKey': this.curSelectedNode['processDefinitionKey'], 'processDefinitionKey': this.curSelectedNode['processDefinitionKey'],
} }
); );
this.setTreeNodeHighLight(this.curSelectedNode);
} else { } else {
const { error: _data } = response; const { error: _data } = response;
this.$notice.error(_data.message); this.$notice.error(_data.message);
...@@ -108,19 +106,6 @@ ...@@ -108,19 +106,6 @@
return response; return response;
} }
/**
* 设置选中高亮
*
* @param {*} data
* @memberof ${srfclassname('${view.codeName}')}Base
*/
public setTreeNodeHighLight(data: any): void {
this.$nextTick(() =>{
const tree: any = this.$refs.tree;
tree.setCurrentKey(data.userTaskId);
})
}
<#ibizinclude> <#ibizinclude>
../@MACRO/VIEW_BOTTOM-BASE.vue.ftl ../@MACRO/VIEW_BOTTOM-BASE.vue.ftl
</#ibizinclude> </#ibizinclude>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册