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

update:更新

上级 d23d786b
......@@ -1354,7 +1354,7 @@ import { Util } from '@/ibiz-core/utils';
if (copyData.srfwfmemo) {
Object.assign(arg, { srfwfmemo: copyData.srfwfmemo });
}
this.service.wfsubmit(this.WFSubmitAction, { ...this.context }, args, this.showBusyIndicator, linkItem).then((response: any) => {
this.service.wfsubmit(this.WFSubmitAction, { ...this.context }, arg, this.showBusyIndicator, linkItem).then((response: any) => {
if (response && response.status === 200) {
AppCenterService.notifyMessage({name:"${ctrl.getPSAppDataEntity().getCodeName()}",action:'appRefresh',data:data});
resolve(response);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册