二手车交易,报错解决
This commit is contained in:
@ -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'))
|
||||
|
Reference in New Issue
Block a user