Commit afb3e779 by zhaoxiqing

gsb

parent 1f427169
......@@ -905,7 +905,7 @@ class UtilESignBaoService {
docId: tDocId, //合同id
templateId: params.templateId //模板id,由创建模板接口调用返回的templateId
};
console.log(result);
return result;
// //4.发起个人手动签署 5.5.4
// var handPersonSignTaskResult = await self.handPersonSignTask(handPersonSignTaskParams, opName, result);
......
......@@ -480,13 +480,10 @@
id: self.id
}).then(function (d) {
if (d.status == 0 && d.data) {
self.$message.warning(d.msg || "签署成功");
self.showDong = true;
self.showDong = false;
} 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