提交 8c5ba750 编写于 作者: Mosher's avatar Mosher

update:更新

上级 ace92018
/**
* <#if item.getPSAppDEUILogic?? && item.getPSAppDEUILogic()??>${item.getPSAppDEUILogic().name}</#if>
*
* @memberof ${srfclassname('${view.name}')}
*/
public ${item.name}($event: any, $event1?: any, $event2: any) {
console.log($event, $event1, $event2);
}
\ No newline at end of file
LOGICTYPE=DEUILOGIC
\ No newline at end of file
......@@ -587,7 +587,7 @@
<#if view.getPSAppViewLogics()??>
<#list view.getPSAppViewLogics() as logic>
<#if logic.getLogicTrigger() == "CUSTOM" || (logic.getLogicTrigger() == "CTRLEVENT" && logic.getLogicType() != "DEUILOGIC")>
<#if logic.getLogicTrigger() == "CUSTOM" || logic.getLogicTrigger() == "CTRLEVENT">
${P.getLogicCode(logic, "LOGIC.vue").code}
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册