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

update

上级 ab62719f
...@@ -65,7 +65,9 @@ export class ${srfclassname('${ctrl.name}')} implements OnInit { ...@@ -65,7 +65,9 @@ export class ${srfclassname('${ctrl.name}')} implements OnInit {
<#if view.getAllRelatedPSCodeLists()??> <#if view.getAllRelatedPSCodeLists()??>
<#list view.getAllRelatedPSCodeLists() as codelist> <#list view.getAllRelatedPSCodeLists() as codelist>
'${codelist.codeName}': [ '${codelist.codeName}': [
<#list codelist.getAllPSCodeItems() as codeItem>
{ 'id': '${codeItem.getCodeName()}', 'text': '${codeItem.getText()}' },
</#list>
]<#if codelist_has_next>,</#if> ]<#if codelist_has_next>,</#if>
</#list> </#list>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册