提交 90e0eedb 编写于 作者: Mosher's avatar Mosher

update:更新

上级 8834bc5d
......@@ -47,7 +47,8 @@
if (targetView) {
const tempContext = Util.deepCopy(that.context);
<#noparse>const tempViewParams = { actionView: `WFSTART@${item['wfversion']}`, actionForm: item['process-form'] };</#noparse>
ViewOpenService.getInstance().openModal(targetView, tempContext, tempViewParams).then((result: any) => {
const container: Subject<any> = that.$appmodal.openModal(targetView, tempContext, tempViewParams);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册