提交 b8266738 编写于 作者: KK's avatar KK

树逻辑

上级 dc80b35a
......@@ -138,10 +138,10 @@ import { Util } from '@ibiz-core/utils'
<#assign hasnoders = nodeitemchild.hasPSDETreeNodeRSs() >
</#if>
<#if nodeitemchild.getTreeNodeType?? && nodeitemchild.getTreeNodeType()?? && nodeitemchild.getTreeNodeType() != 'STATIC'>
<#assign isstatic = nodeitemchild.hasPSDETreeNodeRSs() >
<#assign isstatic = true >
</#if>
<#if hasnoders || isstatic>
11
'${nodeitemchild.getNodeType()}'
</#if>
</#if>
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册