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

增加表格数据链接导航参数 --- fix2

上级 ca906555
......@@ -170,13 +170,21 @@
:data="row"
:linkview="{<#compress><#if appLinkView??>${appLinkView}</#if></#compress>}"
<#if ctrl.getPSDEGridEditItems?? && ctrl.getPSDEGridEditItems()??>
<#list ctrl.getPSDEGridEditItems() as item>
<#if item.getRefLinkPSAppView?? && item.getRefLinkPSAppView()??>
<#if item.getPSEditor?? && item.getPSEditor()?? && item.getPSEditor().getPSNavigateContexts??>
:localContext="${item.getPSEditor().getPSNavigateContexts()}"
<#list ctrl.getPSDEGridEditItems() as editItem>
<#if editItem.getRefLinkPSAppView?? && editItem.getRefLinkPSAppView()??>
<#if editItem.getPSEditor?? && editItem.getPSEditor()?? && editItem.getPSEditor().getPSNavigateContexts??>
<#if editItem.getPSEditor().getPSNavigateContexts() == null>
:localContext="{ }"
<#else>
:localContext="${editItem.getPSEditor().getPSNavigateContexts()}"
</#if>
</#if>
<#if item.getPSEditor?? && item.getPSEditor()?? && item.getPSEditor().getPSNavigateParams??>
:localParam="${item.getPSEditor().getPSNavigateParams()}"
<#if editItem.getPSEditor?? && editItem.getPSEditor()?? && editItem.getPSEditor().getPSNavigateParams??>
<#if editItem.getPSEditor().getPSNavigateParams() == null>
:localParam="{ }"
<#else>
:localParam="${editItem.getPSEditor().getPSNavigateParams()}"
</#if>
</#if>
</#if>
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册