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

Revert "调整 服务"

This reverts commit 0a8a8fbf.
上级 d715d28c
......@@ -62,14 +62,27 @@ import i18n from '@/locale';
* @type {${srfclassname('${node.getPSAppDataEntity().codeName}')}Service}
* @memberof ${srfclassname('${ctrl.codeName}')}Service
*/
public ${node.getPSAppDataEntity().codeName?lower_case}Service: any = async ()=>{ await this.getService('${node.getPSAppDataEntity().codeName?lower_case}');}
public ${node.getPSAppDataEntity().codeName?lower_case}Service: any;
</#if>
</#if>
</#if>
</#list>
</#if>
<#if ctrl.getPSDETreeNodes()??>
public serviceName = [
<#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(), "")>
'${node.getPSAppDataEntity().codeName?lower_case}',
</#if>
</#if>
</#if>
</#list>
]
</#if>
/**
* 节点分隔符号
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册