fix vehicle.id
This commit is contained in:
parent
81397697f3
commit
abf3729c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ export const useMainStore = defineStore({
|
||||||
country: 'US' // TODO set from store
|
country: 'US' // TODO set from store
|
||||||
},
|
},
|
||||||
vehicle: {
|
vehicle: {
|
||||||
id: this.order.vehicle.carId?.toString() ?? '',
|
id: this.order.vehicle.policyVehicleId?.toString() ?? '',
|
||||||
year: this.order.vehicle.year?.toString() ?? '',
|
year: this.order.vehicle.year?.toString() ?? '',
|
||||||
make: this.order.vehicle.make,
|
make: this.order.vehicle.make,
|
||||||
model: this.order.vehicle.model,
|
model: this.order.vehicle.model,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue