提交 fff8f291 编写于 作者: zhouweidong's avatar zhouweidong

菜单

上级 5c7d805e
...@@ -125,8 +125,8 @@ TARGET=PSSYSTEM ...@@ -125,8 +125,8 @@ TARGET=PSSYSTEM
</#if> </#if>
<#assign singMenuItem=""> <#assign singMenuItem="">
<#if appMenuItem.getPSAppMenuItems()??> <#if appMenuItem.getPSAppMenuItems()??>
<#assign child_appMenuItem=getAppMenuItems(appMenuItem)> <#--<#assign child_appMenuItem=getAppMenuItems(appMenuItem)>-->
<#assign singMenuItem="{\"id\":\""+appMenuItem.id+"\" , \"name\":\""+appMenuItem.name+"\" , \"caption\":\""+appMenuItem.getCaption()+"\" , \"items\":"+child_appMenuItem+"}"> <#assign singMenuItem="{\"id\":\""+appMenuItem.id+"\" , \"name\":\""+appMenuItem.name+"\" , \"caption\":\""+appMenuItem.getCaption()+"\" , \"items\":"+getAppMenuItems(appMenuItem)+"}">
<#else> <#else>
<#assign singMenuItem="{\"id\":\""+appMenuItem.id+"\" , \"name\":\""+appMenuItem.name+"\" , \"caption\":\""+appMenuItem.getCaption()+"\" }"> <#assign singMenuItem="{\"id\":\""+appMenuItem.id+"\" , \"name\":\""+appMenuItem.name+"\" , \"caption\":\""+appMenuItem.getCaption()+"\" }">
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册