fix to save vin to store correctly so getPartsOrQuestions can use vin
This commit is contained in:
parent
7d342213e9
commit
a8a25c21b8
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ export default {
|
|||
await useMainStore().saveRegistrationLicensePlateLookup(
|
||||
{
|
||||
isSelectedGlassAvailableForVehicle: this.isSelectedGlassAvailableForVehicle,
|
||||
vehicleInfo: Object.assign(vehicleFromLookup, {vin: vehicleFromLookup.vin }),
|
||||
vehicleInfo: Object.assign(vinLookupResponse.data.vehicle, { vin: vinLookupResponse.data.vin }),
|
||||
registrationInfo: {
|
||||
licensePlate: this.licensePlate,
|
||||
state: this.licenseState,
|
||||
|
|
|
|||
Loading…
Reference in a new issue