提交 9a35b696 编写于 作者: Mosher's avatar Mosher

update:更新

上级 a75dc9a9
......@@ -205,7 +205,7 @@
<#-- START: 调用实体界面行为节点 -->
<#macro deUIActionNode logicNode>
<#if logicNode.getDstPSDEUILogicParam?? && logicNode.getDstPSDEUILogicParam()??>
const data = actionContext.getParam('${logicNode.getDstPSDEUILogicParam()}.codeName');
const data = actionContext.getParam('${logicNode.getDstPSDEUILogicParam().codeName}').getReal();
<#else>
const data = actionContext.defaultParam.getReal();
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册