zhangyuewww hace 3 años
padre
commit
9d45a68a32
Se han modificado 1 ficheros con 3 adiciones y 5 borrados
  1. 3 5
      src/views/platformaudit/grainpulseenterprisereview.vue

+ 3 - 5
src/views/platformaudit/grainpulseenterprisereview.vue

@@ -528,9 +528,9 @@ export default {
           else{
              this.companyList1.label=[]
           }
-          if(response.sitePhotoAddress!=null){
-          this.companyList1.sitePhotoAddress=response.sitePhotoAddress.split(',')
-          }
+          // if(response.sitePhotoAddress!=null){
+          // this.companyList1.sitePhotoAddress=response.sitePhotoAddress.split(',')
+          // }
           this.dialogFormVisible2 = true
         })
     },
@@ -656,9 +656,7 @@ export default {
       // }
       this.companyList1.id = id
       this.companyList1.mainBusinessType=this.companyList1.mainBusinessType.toString()
-      console.log(this.companyList1.label,111)
       this.companyList1.label=this.companyList1.label.toString()
-      console.log(this.companyList1.label,333)
       this.$confirm(`确定提交企业信息?`, {
         cancelButtonText: '取消',
         confirmButtonText: '确定',