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

update:更新

上级 ac5ac06e
......@@ -113,6 +113,7 @@ export default class ${srfclassname('${item.getCodeName()}')}UILogicBase {
<#if item.getPSDEUILogicNodes?? && item.getPSDEUILogicNodes()??>
<#list item.getPSDEUILogicNodes() as logicNode>
<@executenode logicNode/>
</#list>
</#if>
......
......@@ -58,7 +58,7 @@
}
actionContext.bindLastReturnParam(null);
} catch (error: any) {
throw new Error('逻辑参数<#if logicNode.getDstPSDEUILogicParam?? && logicNode.getDstPSDEUILogicParam()??>${logicNode.getDstPSDEUILogicParam().name}</#if> <#noparse>${error && error.message ? error.message : '发生未知错误!'}</#noparse>');
throw new Error(`逻辑参数<#if logicNode.getDstPSDEUILogicParam?? && logicNode.getDstPSDEUILogicParam()??>${logicNode.getDstPSDEUILogicParam().name}</#if> <#noparse>${error && error.message ? error.message : '发生未知错误!'}</#noparse>`);
}
<#else>
throw new Error('操作参数或者源参数缺失!');
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册