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

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

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