Browse Source

fixed some bugs in cooperatorDetailed

maqingyang 1 year ago
parent
commit
5f6f821389
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/cooperatorDetailed.vue

+ 1 - 1
src/views/system/cooperatorDetailed.vue

@@ -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(