二手车交易,缓存问题
This commit is contained in:
@ -242,9 +242,11 @@ export default {
|
||||
if(this.form.vehicleAnglePhoto){
|
||||
this.vehicleAnglePhotoList=[{url:this.form.vehicleAnglePhoto}]
|
||||
}
|
||||
if(this.otherImgSrc?.length>0){
|
||||
this.otherImgSrc?.map(item=>this.otherImgSrcList.push({url:item}))
|
||||
}
|
||||
this.otherImgSrcList=carSourceFormInfo.otherImgSrcList
|
||||
this.otherImgSrc=carSourceFormInfo.otherImgSrc
|
||||
/* if(carSourceFormInfo.otherImgSrc?.length>0){
|
||||
carSourceFormInfo.otherImgSrc?.map(item=>this.otherImgSrcList.push({url:item}))
|
||||
}*/
|
||||
console.log("--",this.vehicleLicensePhotoList,this.vehicleAnglePhotoList,this.otherImgSrcList)
|
||||
// console.log(" this.vehicleLicensePhotoList", this.vehicleLicensePhotoList)
|
||||
/*this.vehicleLicensePhotoList=carSourceFormInfo.vehicleLicensePhotoList
|
||||
@ -267,7 +269,7 @@ export default {
|
||||
viewPrivacy(){
|
||||
let data={
|
||||
form:this.form,radio:this.radio,areaName:this.areaName,
|
||||
otherImgSrc:this.otherImgSrc
|
||||
otherImgSrc:this.otherImgSrc, otherImgSrcList:this.otherImgSrcList,
|
||||
/* vehicleLicensePhotoList:this.vehicleLicensePhotoList,
|
||||
vehicleAnglePhotoList:this.vehicleAnglePhotoList,
|
||||
otherImgSrcList:this.otherImgSrcList,
|
||||
|
Reference in New Issue
Block a user