|
@@ -599,6 +599,12 @@ export default {
|
|
|
// 清除已上传的营业执照图片
|
|
// 清除已上传的营业执照图片
|
|
|
this.$set(this.form, field, '');
|
|
this.$set(this.form, field, '');
|
|
|
this.$forceUpdate();
|
|
this.$forceUpdate();
|
|
|
|
|
+ }else{
|
|
|
|
|
+ // 检查成功,回填数据
|
|
|
|
|
+ this.form.legalPersonName = checkResponse.data.person; // 法人姓名
|
|
|
|
|
+ this.form.unifiedSocialCreditCode = checkResponse.data.regNum; // 统一社会信用代码
|
|
|
|
|
+ this.form.businessScope = checkResponse.data.businessStr; // 营业范围
|
|
|
|
|
+ this.form.businessCode = checkResponse.data.regNum; // 营业执照编号
|
|
|
}
|
|
}
|
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
|
this.$message.error('营业执照校验异常');
|
|
this.$message.error('营业执照校验异常');
|