提交 a7bf3181 编写于 作者: U unknown

流程服务调用节点默认设置为jaxrs

上级 c679250b
......@@ -1600,10 +1600,11 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class(
"work": this.businessData.work,
"identity": this.businessData.work.creatorIdentityDn
}
var copyData = Object.clone(data);
this.workAction.saveDraft(draft, function (json) {
this.businessData.originalData = null;
this.businessData.originalData = Object.clone(data);
this.businessData.originalData = copyData;
this.workAction.getDraft(json.data.id, function (json) {
this.businessData.work = json.data.work;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册