Commit 08e9a6d8 authored by lvweichao's avatar lvweichao
parents 023fac05 fd0094ba
...@@ -259,7 +259,7 @@ export default { ...@@ -259,7 +259,7 @@ export default {
name: null, // 企业名称(!) name: null, // 企业名称(!)
entterprise_image_url: null, // 金山云图片地址(!) entterprise_image_url: null, // 金山云图片地址(!)
/* *********身份认证信息********* */ /* *********身份认证信息********* */
record_id: null, // 企业认证id enterprise_auth_record_id: null, // 企业认证id
front_img: "", // 身份证正面照的金山云objectid(!) front_img: "", // 身份证正面照的金山云objectid(!)
bak_img: "", // 身份证反面照的尖山云objeid(!) bak_img: "", // 身份证反面照的尖山云objeid(!)
idcard_number: "", // 身份证号(!) idcard_number: "", // 身份证号(!)
...@@ -406,7 +406,7 @@ export default { ...@@ -406,7 +406,7 @@ export default {
}; };
postBusiness(enterpriseQuery).then(res => { postBusiness(enterpriseQuery).then(res => {
if (res.code !== 0) return this.$message.error(res.reason); if (res.code !== 0) return this.$message.error(res.reason);
this.establishForm.enterprise_id = this.establishForm.enterprise_auth_record_id =
res.result.enterprise_auth_record_id; res.result.enterprise_auth_record_id;
// 提交法人信息 // 提交法人信息
this.uploadLegal(); this.uploadLegal();
......
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