|
@@ -280,7 +280,7 @@ export default {
|
|
{
|
|
{
|
|
if(this.corpCertificateType == "20")
|
|
if(this.corpCertificateType == "20")
|
|
this.corp_certificate_type_name = "统一社会信用代码"
|
|
this.corp_certificate_type_name = "统一社会信用代码"
|
|
- else
|
|
|
|
|
|
+ else if(this.corpCertificateType == "30")
|
|
this.corp_certificate_type_name = "组织机构代码"
|
|
this.corp_certificate_type_name = "组织机构代码"
|
|
if(this.templateId){
|
|
if(this.templateId){
|
|
getTemplateById(this.templateId).then(
|
|
getTemplateById(this.templateId).then(
|