提交 5e680ce2 编写于 作者: tony001's avatar tony001

update:更新工作流辅助功能

上级 0b8a47b0
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
return; return;
} }
let tempContext: any = Util.deepCopy(this.context); let tempContext: any = Util.deepCopy(this.context);
Object.assign(tempContext,{${appde.getCodeName()?lower_case}:datas && datas[0].srfkey}); Object.assign(tempContext,{${appde.getCodeName()?lower_case}:data && data[0].srfkey});
let tempViewParam: any = { actionForm: linkItem.sequenceflowform }; let tempViewParam: any = { actionForm: linkItem.sequenceflowform };
const appmodal = this.$appmodal.openModal({ viewname: targetView.viewname, title: (this.$t(targetView.title) as string), height: targetView.height, width: targetView.width }, tempContext, tempViewParam); const appmodal = this.$appmodal.openModal({ viewname: targetView.viewname, title: (this.$t(targetView.title) as string), height: targetView.height, width: targetView.width }, tempContext, tempViewParam);
appmodal.subscribe((result: any) => { appmodal.subscribe((result: any) => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册