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

update:更新

上级 cf4f6fb6
......@@ -192,7 +192,11 @@ export default class ${srfclassname('${item.getCodeName()}')}LogicBase {
* @param params 传入参数
*/
public onExecute(context:any,params:any,isloading:boolean){
<#if item.getStartPSDELogicNode?? && item.getStartPSDELogicNode()??>
return this.execute${item.getStartPSDELogicNode().codeName}(context,params,isloading);
<#else>
throw new Error('没有开始节点');
</#if>
}
<#if item.getPSDELogicNodes()??>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册