提交 829badd8 编写于 作者: JunZai's avatar JunZai

update

上级 93722b53
...@@ -23,7 +23,6 @@ export class ${srfclassname('${ctrl.name}')} implements OnInit { ...@@ -23,7 +23,6 @@ export class ${srfclassname('${ctrl.name}')} implements OnInit {
} }
<#list ctrl.getAllPSDEFormDetails() as formdetail> <#list ctrl.getAllPSDEFormDetails() as formdetail>
<#if formdetail.getDetailType?? && formdetail.getDetailType() == 'BUTTON'> <#if formdetail.getDetailType?? && formdetail.getDetailType() == 'BUTTON'>
<#if formdetail.getActionType?? && formdetail.getActionType()?? && formdetail.getActionType() == 'UIACTION'>
/** /**
* *
...@@ -35,6 +34,5 @@ export class ${srfclassname('${ctrl.name}')} implements OnInit { ...@@ -35,6 +34,5 @@ export class ${srfclassname('${ctrl.name}')} implements OnInit {
} }
</#if> </#if>
</#if>
</#list> </#list>
} }
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册