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

调整工具服务类

上级 3d3a1268
...@@ -70,7 +70,6 @@ import { ...@@ -70,7 +70,6 @@ import {
} from "vue-property-decorator"; } from "vue-property-decorator";
import draggable from "vuedraggable"; import draggable from "vuedraggable";
import { Http } from "@/ibiz-core/utils"; import { Http } from "@/ibiz-core/utils";
import UtilService from "@/utilservice/util-service";
@Component({ @Component({
components: { components: {
draggable, draggable,
...@@ -104,7 +103,7 @@ export default class AppCustomize extends Vue { ...@@ -104,7 +103,7 @@ export default class AppCustomize extends Vue {
* @type {UtilService} * @type {UtilService}
* @memberof AppCustomize * @memberof AppCustomize
*/ */
protected utilService: UtilService = new UtilService(); protected utilService:any = window.utilServiceConstructor;
/** /**
* 传入数据list_add * 传入数据list_add
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册