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

代码表服务调整

上级 57ac5a12
......@@ -21,7 +21,7 @@ export class CodeListServiceConstructor extends ServiceConstructorBase {
<#if app.getAllPSAppCodeLists()??>
<#list app.getAllPSAppCodeLists() as codelist>
<#if codelist.getCodeListType() == "DYNAMIC">
this.allService.set('${codelist.codeName}', () => import('@/app-core/code-list-service/${srffilepath2(codelist.codeName)}'));
this.allService.set('${codelist.codeName}', () => import('@/app-core/code-list/${srffilepath2(codelist.codeName)}'));
</#if>
</#list>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册