提交 301c6f27 编写于 作者: Mosher's avatar Mosher

update:更新

上级 a3131601
<#ibiztemplate> <#ibiztemplate>
TARGET=PSAPPDEUILOGIC TARGET=PSAPPDEUILOGIC
</#ibiztemplate> </#ibiztemplate>
<#ibizinclude>
../@MACRO/ui-logic-node.txt
</#ibizinclude>
import { UIActionContext } from "@/logic/ui-logic"; import { UIActionContext } from "@/logic/ui-logic";
import { LogicReturnType } from "@/logic/const/logic-return-type"; import { LogicReturnType } from "@/logic/const/logic-return-type";
/** /**
...@@ -145,10 +148,10 @@ export default class ${srfclassname('${item.getCodeName()}')}UILogicBase { ...@@ -145,10 +148,10 @@ export default class ${srfclassname('${item.getCodeName()}')}UILogicBase {
} }
<#if item.getPSDEUILogicNodes?? && item.getPSDEUILogicNodes()??> <#if item.getPSDEUILogicNodes?? && item.getPSDEUILogicNodes()??>
<#-- <#list item.getPSDEUILogicNodes() as logicNode> <#list item.getPSDEUILogicNodes() as logicNode>
<@executenode logicNode/> <@executenode logicNode/>
</#list> --> </#list>
</#if> </#if>
} }
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册