fixes
This commit is contained in:
parent
5a13165d09
commit
c29bc10640
1 changed files with 2 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ import {
|
|||
} from '@/helpers/cms-content-helper.js';
|
||||
import routerParams from '@/router/router-constants/router-params';
|
||||
import vinPagesMixin from '@/mixins/vin-pages-mixin';
|
||||
import bailoutMessage from '@/constants/bailoutMessage';
|
||||
|
||||
// Import Component
|
||||
import baseFormMixin from '@/mixins/base-form-mixin';
|
||||
|
|
@ -236,7 +237,7 @@ export default {
|
|||
return;
|
||||
}
|
||||
if (!vinLookup.data?.canSafeliteService) {
|
||||
this.mainStore.setBailout(bailoutMessage.HeavyTruckVehicle(carFound.carId));
|
||||
this.mainStore.setBailout(bailoutMessage.HeavyTruckVehicle(vinLookup.data.carId));
|
||||
return this.navigateForward();
|
||||
}
|
||||
this.isSelectedGlassAvailableForVehicle = await isGlassAvailableForCarId(vinLookup.data.carId);
|
||||
|
|
|
|||
Loading…
Reference in a new issue