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

导入

上级 3fca2fd5
<#assign import_block>
import i18n from '@/locale';
<#if ctrl.getPSDETreeNodes()??>
<#list ctrl.getPSDETreeNodes() as node>
<#if node.getTreeNodeType() == 'DE' && node.getPSAppDataEntity()??>
<#if appde?? && appde.getId() != node.getPSAppDataEntity().getId()>
<#if !P.exists("importService2", node.getPSAppDataEntity().getId(), "")>
import ${srfclassname('${node.getPSAppDataEntity().getCodeName()}')}Service from '@/app-core/service/${srffilepath2(node.getPSAppDataEntity().getCodeName())}/${srffilepath2(node.getPSAppDataEntity().getCodeName())}-service';
</#if>
</#if>
</#if>
</#list>
</#if>
</#assign>
<#assign extendsClass>TreeViewServiceBase</#assign>
<#ibizinclude>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册