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

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

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