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

ui service 调整

上级 90943816
...@@ -77,7 +77,8 @@ export default class ${srfclassname(item.getCodeName())}UIActionBase extends Ent ...@@ -77,7 +77,8 @@ export default class ${srfclassname(item.getCodeName())}UIActionBase extends Ent
*/ */
constructor(opts: any = {}) { constructor(opts: any = {}) {
super(); super();
// this.authService = new ${srfclassname('${item.getCodeName()}')}AuthService(opts); this.authService = window.authServiceConstructor.getService("${srfclassname('${item.getCodeName()}')?lower_case}");
this.dataService = window.appEntityServiceConstructor.getService("${srfclassname('${item.getCodeName()}')?lower_case}");
this.initViewMap(); this.initViewMap();
this.initDeMainStateMap(); this.initDeMainStateMap();
this.initDeMainStateOPPrivsMap(); this.initDeMainStateOPPrivsMap();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册