二手车交易,其他照片上传问题

This commit is contained in:
2025-03-14 14:44:15 +08:00
parent 48fe4d404f
commit 104c6a33b5

View File

@ -218,8 +218,10 @@ export default {
this.areaName=res.data?.areaName
this.supplierName=res.data?.supplierName
this.supplierCode=res.data?.supplierCode
this.otherImgSrc=res.data?.otherPhoto?.split(',')
this.otherImgSrc?.map(item=>this.otherImgSrcList.push({url:item}))
if(res.data?.otherPhoto){
this.otherImgSrc=res.data.otherPhoto?.split(',')
this.otherImgSrc?.map(item=>this.otherImgSrcList.push({url:item}))
}
this.vehicleLicensePhotoList=[{url:res.data?.vehicleLicensePhoto}]
this.vehicleAnglePhotoList=[{url:res.data?.vehicleAnglePhoto}]
console.log("th",this.form)