Update src/layouts/address-lookup/address-lookup.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5abf45db2f
commit
98e8881cd7
1 changed files with 2 additions and 1 deletions
|
|
@ -252,7 +252,8 @@ export default {
|
|||
const carFound = carsFound[0].vehicle;
|
||||
|
||||
if (!carFound.canSafeliteService) {
|
||||
return this.mainStore.setBailout(bailoutMessage.HeavyTruckVehicle(carFound.carId));
|
||||
this.mainStore.setBailout(bailoutMessage.HeavyTruckVehicle(carFound.carId));
|
||||
return this.$router.push({ name: 'bailout' });
|
||||
}
|
||||
|
||||
this.isCarIdDifferent = carFound.carId !== useMainStore().order.vehicle.carId;
|
||||
|
|
|
|||
Loading…
Reference in a new issue