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

代码表服务

上级 fbe02d7f
import { appEntityServiceConstructor } from '@/app-core/service/app-entity-service-constructor';
import { Util, Http, Loading, HttpResponse } from '../utils';
import { CodeListService } from '@/app-core/service/app/code-list-service';
import { CodeListService } from '@ibiz-core';
/**
* 部件服务基类
......@@ -74,7 +74,7 @@ export class ControlServiceBase {
* @type {CodeListService}
* @memberof ControlServiceBase
*/
protected codeListService: CodeListService = CodeListService.getInstance();
protected codeListService: CodeListService = new CodeListService();
/**
* 请求服务对象
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册