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

树部件导航数据处理 ---fix1

上级 75703e2f
...@@ -19,26 +19,24 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se ...@@ -19,26 +19,24 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se
<#-- 获取树节点导航上下文 --> <#-- 获取树节点导航上下文 -->
<#macro getNavigateContext currentItem> <#macro getNavigateContext currentItem>
<#compress> {<#t>
{
<#if currentItem.getPSNavigateContexts?? && currentItem.getPSNavigateContexts()??> <#if currentItem.getPSNavigateContexts?? && currentItem.getPSNavigateContexts()??>
<#list currentItem.getPSNavigateContexts() as navContext> <#list currentItem.getPSNavigateContexts() as navContext>
${navContext.getKey()}:<#if navContext.isRawValue()?? && navContext.isRawValue() == true>"${navContext.getValue()}"<#else>"%${navContext.getValue()}%"</#if><#if navContext_has_next>,</#if> ${navContext.getKey()}:<#if navContext.isRawValue()?? && navContext.isRawValue() == true>"${navContext.getValue()}"<#else>"%${navContext.getValue()}%"</#if><#if navContext_has_next>,</#if><#t>
</#list> </#list>
</#if> </#if>
} }<#t>
</#compress>
</#macro> </#macro>
<#-- 获取树节点导航参数 --> <#-- 获取树节点导航参数 -->
<#macro getNavigateParams currentItem> <#macro getNavigateParams currentItem>
{ {<#t>
<#if currentItem.getPSNavigateParams?? && currentItem.getPSNavigateParams()??> <#if currentItem.getPSNavigateParams?? && currentItem.getPSNavigateParams()??>
<#list currentItem.getPSNavigateParams() as navParam > <#list currentItem.getPSNavigateParams() as navParam >
${navParam.getKey()}:<#if navParam.isRawValue()?? && navParam.isRawValue() == true>"${navParam.getValue()}"<#else>"%${navParam.getValue()}%"</#if><#if navParam_has_next>,</#if> ${navParam.getKey()}:<#if navParam.isRawValue()?? && navParam.isRawValue() == true>"${navParam.getValue()}"<#else>"%${navParam.getValue()}%"</#if><#if navParam_has_next>,</#if><#t>
</#list> </#list>
</#if> </#if>
} }<#t>
</#macro> </#macro>
<#-- 获取树节点关系导航上下文 --> <#-- 获取树节点关系导航上下文 -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册