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

Revert "服务调整"

This reverts commit 4cfacd92.
上级 9ab996b8
......@@ -62,27 +62,13 @@ import i18n from '@/locale';
* @type {${srfclassname('${node.getPSAppDataEntity().codeName}')}Service}
* @memberof ${srfclassname('${ctrl.codeName}')}Service
*/
public ${node.getPSAppDataEntity().codeName?lower_case}Service: any;
public ${node.getPSAppDataEntity().codeName?lower_case}Service: ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service = new ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service({ $store: this.getStore() });
</#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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册