diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 98b0ad13..90188a44 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -213,6 +213,7 @@ export default { 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) } // this.form=JSON.parse(sessionStorage.getItem('formInfo')) // this.areaName=sessionStorage.getItem('areaName')