二手车交易,其他照片上传问题
This commit is contained in:
@ -218,8 +218,10 @@ export default {
|
|||||||
this.areaName=res.data?.areaName
|
this.areaName=res.data?.areaName
|
||||||
this.supplierName=res.data?.supplierName
|
this.supplierName=res.data?.supplierName
|
||||||
this.supplierCode=res.data?.supplierCode
|
this.supplierCode=res.data?.supplierCode
|
||||||
this.otherImgSrc=res.data?.otherPhoto?.split(',')
|
if(res.data?.otherPhoto){
|
||||||
this.otherImgSrc?.map(item=>this.otherImgSrcList.push({url:item}))
|
this.otherImgSrc=res.data.otherPhoto?.split(',')
|
||||||
|
this.otherImgSrc?.map(item=>this.otherImgSrcList.push({url:item}))
|
||||||
|
}
|
||||||
this.vehicleLicensePhotoList=[{url:res.data?.vehicleLicensePhoto}]
|
this.vehicleLicensePhotoList=[{url:res.data?.vehicleLicensePhoto}]
|
||||||
this.vehicleAnglePhotoList=[{url:res.data?.vehicleAnglePhoto}]
|
this.vehicleAnglePhotoList=[{url:res.data?.vehicleAnglePhoto}]
|
||||||
console.log("th",this.form)
|
console.log("th",this.form)
|
||||||
|
Reference in New Issue
Block a user