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

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

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