fix to save vin to store correctly so getPartsOrQuestions can use vin

This commit is contained in:
Kroell 2023-02-16 16:19:48 -05:00
parent 7d342213e9
commit a8a25c21b8

View file

@ -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,