提交 28385eea 编写于 作者: Mosher's avatar Mosher

update:更新

上级 0fb19336
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
const result_${index} = undefined; const result_${index} = undefined;
</#if> </#if>
<#if param.getDstFieldName?? && param.getDstFieldName()??> <#if param.getDstFieldName?? && param.getDstFieldName()??>
const dstParam_${index}.set('${param.getDstFieldName()?lower_case}', result_${index}); dstParam_${index}.set('${param.getDstFieldName()?lower_case}', result_${index});
<#else> <#else>
dstParam_${index}.bind(result_${index}); dstParam_${index}.bind(result_${index});
</#if> </#if>
...@@ -294,7 +294,6 @@ ...@@ -294,7 +294,6 @@
retParam.bind(result); retParam.bind(result);
} }
actionContext.bindLastReturnParam(result); actionContext.bindLastReturnParam(result);
return retParam;
} else { } else {
throw new Error(`调用实体处理逻辑异常`); throw new Error(`调用实体处理逻辑异常`);
} }
...@@ -487,7 +486,6 @@ ...@@ -487,7 +486,6 @@
* @memberof ${srfclassname('${item.getCodeName()}')}UILogicBase * @memberof ${srfclassname('${item.getCodeName()}')}UILogicBase
*/ */
protected async execute_${logicNode.codeName?lower_case}_node(actionContext: UIActionContext) { protected async execute_${logicNode.codeName?lower_case}_node(actionContext: UIActionContext) {
// <#if item?? && item.name??>${item.name}</#if>
<#if logicNode.getLogicNodeType() == 'BEGIN'> <#if logicNode.getLogicNodeType() == 'BEGIN'>
<#-- 开始节点 --> <#-- 开始节点 -->
<@beginNode logicNode/> <@beginNode logicNode/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册