Commit fa88f61a by zhaoxiqing

gsb

parent 367899db
......@@ -439,7 +439,10 @@
id: id
}).then(function (d) {
if (d.status == 0 && d.data) {
window.open(d.data.esignUrl,'_blank');
self.$alert("https://bpohhr.gongsibao.com/entid="+id, '提示', {
confirmButtonText: '确定',
callback: action => {}
});
} else {
self.$message.warning(d.msg || "签署失败");
}
......
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