Commit afb3e779 by zhaoxiqing

gsb

parent 1f427169
...@@ -905,7 +905,7 @@ class UtilESignBaoService { ...@@ -905,7 +905,7 @@ class UtilESignBaoService {
docId: tDocId, //合同id docId: tDocId, //合同id
templateId: params.templateId //模板id,由创建模板接口调用返回的templateId templateId: params.templateId //模板id,由创建模板接口调用返回的templateId
}; };
console.log(result); return result;
// //4.发起个人手动签署 5.5.4 // //4.发起个人手动签署 5.5.4
// var handPersonSignTaskResult = await self.handPersonSignTask(handPersonSignTaskParams, opName, result); // var handPersonSignTaskResult = await self.handPersonSignTask(handPersonSignTaskParams, opName, result);
......
...@@ -480,13 +480,10 @@ ...@@ -480,13 +480,10 @@
id: self.id id: self.id
}).then(function (d) { }).then(function (d) {
if (d.status == 0 && d.data) { if (d.status == 0 && d.data) {
self.showDong = false;
self.$message.warning(d.msg || "签署成功");
self.showDong = true;
} else { } else {
self.$message.warning(d.msg || "签署失败"); self.$message.warning(d.msg || "操作失败");
self.showDong = false;
} }
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment