二手车交易,报错解决

This commit is contained in:
2025-03-13 20:14:24 +08:00
parent 3a3d74ac69
commit c1bdcae830
2 changed files with 11 additions and 2 deletions

View File

@ -214,7 +214,7 @@ export default {
this.vehicleLicensePhotoList=[{url:res.data?.vehicleLicensePhoto}]
this.vehicleAnglePhotoList=[{url:res.data?.vehicleAnglePhoto}]
}
this.form=JSON.parse(sessionStorage.getItem('formInfo'))
// this.form=JSON.parse(sessionStorage.getItem('formInfo'))
this.areaName=sessionStorage.getItem('areaName')
this.vehicleLicensePhotoList=JSON.parse(sessionStorage.getItem('vehicleLicensePhotoList'))
this.vehicleAnglePhotoList=JSON.parse(sessionStorage.getItem('vehicleAnglePhotoList'))