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

ui service 调整

上级 75781de4
...@@ -10,7 +10,7 @@ TARGET=PSAPPDATAENTITY ...@@ -10,7 +10,7 @@ TARGET=PSAPPDATAENTITY
import EntityUIActionBase from '@/utils/ui-service-base/entity-ui-action-base'; import EntityUIActionBase from '@/utils/ui-service-base/entity-ui-action-base';
import { Util, Loading } from '@/ibiz-core/utils'; import { Util, Loading } from '@/ibiz-core/utils';
import { Notice } from '@/utils'; import { Notice } from '@/utils';
import { Environment } from '@/environments/environment';
/** /**
* ${item.getLogicName()}UI服务对象基类 * ${item.getLogicName()}UI服务对象基类
* *
...@@ -27,13 +27,6 @@ export default class ${srfclassname(item.getCodeName())}UIActionBase extends Ent ...@@ -27,13 +27,6 @@ export default class ${srfclassname(item.getCodeName())}UIActionBase extends Ent
*/ */
public isEnableWorkflow:boolean = false; public isEnableWorkflow:boolean = false;
/**
* 当前UI服务对应的数据服务对象
*
* @memberof ${srfclassname('${item.getCodeName()}')}UIServiceBase
*/
public dataService:${srfclassname('${item.getCodeName()}')}Service = new ${srfclassname('${item.getCodeName()}')}Service();
/** /**
* 所有关联视图 * 所有关联视图
* *
...@@ -83,8 +76,8 @@ export default class ${srfclassname(item.getCodeName())}UIActionBase extends Ent ...@@ -83,8 +76,8 @@ export default class ${srfclassname(item.getCodeName())}UIActionBase extends Ent
* @memberof ${srfclassname('${item.getCodeName()}')}UIServiceBase * @memberof ${srfclassname('${item.getCodeName()}')}UIServiceBase
*/ */
constructor(opts: any = {}) { constructor(opts: any = {}) {
super(opts); // super(opts);
this.authService = new ${srfclassname('${item.getCodeName()}')}AuthService(opts); // this.authService = new ${srfclassname('${item.getCodeName()}')}AuthService(opts);
this.initViewMap(); this.initViewMap();
this.initDeMainStateMap(); this.initDeMainStateMap();
this.initDeMainStateOPPrivsMap(); this.initDeMainStateOPPrivsMap();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册