提交 5fe0b2e4 编写于 作者: ibizdev's avatar ibizdev

xignzi006 发布系统代码

上级 b56ff0ae
...@@ -407,8 +407,8 @@ export default class LeadUIServiceBase extends UIService { ...@@ -407,8 +407,8 @@ export default class LeadUIServiceBase extends UIService {
const parameters: any[] = [ const parameters: any[] = [
{ pathName: 'leads', parameterName: 'lead' }, { pathName: 'leads', parameterName: 'lead' },
]; ];
const openPopOver = (view: any, data: any) => { const openPopupModal = (view: any, data: any) => {
let container: Subject<any> = actionContext.$apppopover.openPop($event, view, context,data); let container: Subject<any> = actionContext.$appmodal.openModal(view, context, data);
container.subscribe((result: any) => { container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) { if (!result || !Object.is(result.ret, 'OK')) {
return; return;
...@@ -423,12 +423,11 @@ export default class LeadUIServiceBase extends UIService { ...@@ -423,12 +423,11 @@ export default class LeadUIServiceBase extends UIService {
} }
const view: any = { const view: any = {
viewname: 'lead-qualification', viewname: 'lead-qualification',
height: 0, height: 450,
width: 450, width: 600,
title: actionContext.$t('entities.lead.views.qualification.title'), title: actionContext.$t('entities.lead.views.qualification.title'),
placement: 'POPOVER',
}; };
openPopOver(view, data); openPopupModal(view, data);
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册