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

导入调整

上级 973d68b2
import CounterService from '@/ibiz-core/counter/counter-service-base'; import { CounterService } from '@/ibiz-core/counter/counter-service-base';
<#ibiztemplate> <#ibiztemplate>
TARGET=PSAPPCOUNTER TARGET=PSAPPCOUNTER
</#ibiztemplate> </#ibiztemplate>
......
<#ibiztemplate> <#ibiztemplate>
TARGET=PSAPPDELOGIC TARGET=PSAPPDELOGIC
</#ibiztemplate> </#ibiztemplate>
import { Http,Util } from '@/utils'; import { Http,Util } from '@/ibiz-core/utils';
import ${srfclassname('${item.getCodeName()}')}LogicBase from './${srffilepath2(item.getCodeName())}-logic-base'; import ${srfclassname('${item.getCodeName()}')}LogicBase from './${srffilepath2(item.getCodeName())}-logic-base';
/** /**
......
...@@ -16,7 +16,7 @@ import { Store } from 'vuex'; ...@@ -16,7 +16,7 @@ import { Store } from 'vuex';
* @export * @export
* @class CodeListService * @class CodeListService
*/ */
export default class CodeListService { export class CodeListService {
/** /**
* Vue 状态管理器 * Vue 状态管理器
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册