Commit 1af0f953 by zhaoxiqing

gsb

parent dc9e8fc8
......@@ -870,9 +870,9 @@ class UtilESignBaoService {
//4、创建用户图片印章
var sealKey = await this.createPerSeal(ossurl, ebaoAccountId, params.simpleFormFields.nameA, "entcontractCtl");
console.log("有赞创建个人印章================"sealKey.data);
console.log("有赞创建个人印章================",sealKey.data);
if(sealKey.data){
console.log("有赞创建个人印章================"sealKey.data);
console.log("有赞创建个人印章================",sealKey.data);
eaccount.sealId = sealKey.data.sealId;
eaccount.save();
}
......
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