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

上下文菜单 --fix5

上级 2c37eb93
......@@ -2,7 +2,7 @@
../../@NAVPARAMS/FUNC/PUBLIC.vue.ftl
</#ibizinclude>
<div class="context-menu-item" name='${item.name}' @click="${ctrl.name}_click({tag: $event})">
<div class="context-menu-item" name='${item.name}' @click="${ctrl.name}_click({tag: '${item.name}'})">
<#if item.isShowIcon() && item.getPSSysImage()??>
<ion-icon name="<@setIcon item />"></ion-icon>
</#if>
......
......@@ -880,6 +880,24 @@ import { Util } from '@ibiz-core/utils'
this.$emit('selectchange', this.selectedNodes);
}
/**
* 激活节点
*
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
public activeNode = "";
/**
* 节点长按
*
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
public node_touch(item:any){
this.activeNode = item.id.split(';')[0];
this.contextMenuShowStatus = true;
}
/**
* 生命周期
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册