|
@@ -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: '确定',
|