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

服务调整

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