提交 32a20ba2 编写于 作者: tony001's avatar tony001

zpc --- 补充树节点关系导航上下文,导航参数上下文 -fix1

上级 43908648
...@@ -18,14 +18,14 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se ...@@ -18,14 +18,14 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se
</#ibizinclude> </#ibizinclude>
<#-- 获取树节点关系导航上下文 --> <#-- 获取树节点关系导航上下文 -->
<#macro getNavContext nodeRs> <#macro> getNavContext nodeRs>
<#compress> <#compress>
<#if nodeRs.getPSDETreeNodeRSNavContexts()??> <#if nodeRs.getPSDETreeNodeRSNavContexts()??>
<#list nodeRs.getPSDETreeNodeRSNavContexts() as rsNavContext> <#list nodeRs.getPSDETreeNodeRSNavContexts() as rsNavContext>
"${rsNavContext.getKey()}":{"isRawValue":${rsNavContext.isRawValue()?c},"value":"${rsNavContext.getValue()}"}<#if rsNavContext_has_next>,</#if> "${rsNavContext.getKey()}":{"isRawValue":${rsNavContext.isRawValue()?c},"value":"${rsNavContext.getValue()}"}<#if rsNavContext_has_next>,</#if>
</#list> </#list>
</#if> </#if>
<#compress> </#compress>
</#macro> </#macro>
<#-- 获取树节点关系导航参数 --> <#-- 获取树节点关系导航参数 -->
...@@ -36,7 +36,7 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se ...@@ -36,7 +36,7 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se
"${rsNavParam.getKey()}":{"isRawValue":${rsNavParam.isRawValue()?c},"value":"${rsNavParam.getValue()}"}<#if rsNavParam_has_next>,</#if> "${rsNavParam.getKey()}":{"isRawValue":${rsNavParam.isRawValue()?c},"value":"${rsNavParam.getValue()}"}<#if rsNavParam_has_next>,</#if>
</#list> </#list>
</#if> </#if>
<#compress> </#compress>
</#macro> </#macro>
<#-- 获取树节点关系参数 --> <#-- 获取树节点关系参数 -->
...@@ -47,7 +47,7 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se ...@@ -47,7 +47,7 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se
"${rsParam.getKey()}":{"value":"${rsParam.getValue()}"}<#if rsParam_has_next>,</#if> "${rsParam.getKey()}":{"value":"${rsParam.getValue()}"}<#if rsParam_has_next>,</#if>
</#list> </#list>
</#if> </#if>
<#compress> </#compress>
</#macro> </#macro>
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册