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

工具服务类调整

上级 c877b73a
<#assign import_block>
import UtilService from '@/utilservice/util-service';
</#assign>
<#ibizinclude>
./CONTROL-BASE.template.ftl
</#ibizinclude>
......@@ -53,7 +50,7 @@ import UtilService from '@/utilservice/util-service';
* @type {UtilService}
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
protected utilService: UtilService = new UtilService();
protected utilService:any = window.utilServiceConstructor;
/**
* 加载定制数据模型
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册