提交 a2257a6b 编写于 作者: Neuromancer255's avatar Neuromancer255

快速分组代码表父代码项内容调整

上级 976b139b
...@@ -21,7 +21,10 @@ TARGET=PSSYSAPP ...@@ -21,7 +21,10 @@ TARGET=PSSYSAPP
"subItem": [ "subItem": [
<#list codeitem.getPSCodeItems() as subItem> <#list codeitem.getPSCodeItems() as subItem>
<#if subItem_index gt 0>,</#if> { <#if subItem_index gt 0>,</#if> {
"id": "${subItem.getValue()?j_string}" "id": "${codeitem.getValue()?j_string}",
"label": "${codeitem.getText()?j_string}",
"text": "${codeitem.getText()?j_string}",
"data": <#if codeitem.getData() !="">${codeitem.getData()}<#else>""</#if>
} }
</#list> </#list>
], ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册