提交 94aee073 编写于 作者: Mosher's avatar Mosher

门户部件增加默认界面服务基类

上级 2cab0b36
...@@ -198,6 +198,7 @@ ...@@ -198,6 +198,7 @@
</div> </div>
</template> </template>
<#assign import_block> <#assign import_block>
import UIService from '@/uiservice/ui-service';
import { Environment } from '@/environments/environment'; import { Environment } from '@/environments/environment';
</#assign> </#assign>
<#ibizinclude> <#ibizinclude>
...@@ -447,8 +448,9 @@ import { Environment } from '@/environments/environment'; ...@@ -447,8 +448,9 @@ import { Environment } from '@/environments/environment';
return; return;
} }
let _this: any = this; let _this: any = this;
if(_this.uiactionModel && _this.appUIService){ let uiservice: any = _this.appUIService ? _this.appUIService : new UIService(_this.$store);
ViewTool.calcActionItemAuthState(data,_this.uiactionModel,_this.appUIService); if(_this.uiactionModel){
ViewTool.calcActionItemAuthState(data,_this.uiactionModel,uiservice);
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册