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