提交 0761a86d 编写于 作者: KK's avatar KK

update

上级 e621631c
...@@ -1069,7 +1069,7 @@ import { toastController, alertController } from '@ionic/core'; ...@@ -1069,7 +1069,7 @@ import { toastController, alertController } from '@ionic/core';
Object.assign(arg, this.viewparams,linkItem); Object.assign(arg, this.viewparams,linkItem);
// 强制补充srfwfmemo // 强制补充srfwfmemo
if(this.srfwfmemo){ if(this.srfwfmemo){
Object.assign(arg,{srfwfmemo:this.srfwfmemo}); Object.assign(datas,{srfwfmemo:this.srfwfmemo});
} }
const response: any = await this.service.wfsubmit(this.currentAction,JSON.parse(JSON.stringify(this.context)), datas,this.showBusyIndicator, arg); const response: any = await this.service.wfsubmit(this.currentAction,JSON.parse(JSON.stringify(this.context)), datas,this.showBusyIndicator, arg);
if (response && response.status === 200) { if (response && response.status === 200) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册