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

update:更新

上级 952f4a11
......@@ -22,15 +22,6 @@ export default class ${srfclassname('${item.getCodeName()}')}UILogicBase {
*/
constructor(opts: any = {}) { }
/**
* 开始节点
*
* @protected
* @type {string}
* @memberof ${srfclassname('${item.getCodeName()}')}UILogicBase
*/
protected readonly startLogicNode: string = '<#if item.getStartPSDEUILogicNode?? && item.getStartPSDEUILogicNode()??>${item.getStartPSDEUILogicNode().codeName}</#if>';
/**
* 逻辑参数
*
......
......@@ -474,7 +474,6 @@
} else {
<#noparse>throw new Error(`无法识别的返回值类型${strReturnType}`);</#noparse>
}
console.log('已完成执行 ${logicNode.name} 节点');
</#macro>
<#-- END: 结束节点 -->
......@@ -485,6 +484,7 @@
* ${logicNode.name}
*
* @param {UIActionContext} actionContext 界面逻辑上下文
* @memberof ${srfclassname('${item.getCodeName()}')}UILogicBase
*/
protected async execute_${logicNode.codeName?lower_case}_node(actionContext: UIActionContext) {
// <#if item?? && item.name??>${item.name}</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册