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

Revert "调整 服务"

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