wiped data for damage with parts aren't available to prevent mismatched parts, vent vs quarter for example

This commit is contained in:
Jason Wheeler 2023-06-13 17:29:27 -04:00
parent d9a858dfe6
commit f6f7b5c1c7

View file

@ -188,6 +188,7 @@ export default {
// navigate back to vehicle-damage
if (this.isCarIdDifferentFromTheStore && !isSelectedGlassAvailableForVehicle) {
this.mainStore.updateVehicle(this.vehicleFromLookup);
this.mainStore.resetDamageState();
this.$router.navigate(
this.navigationScenarios.SELECTED_VIN_WITH_MISMATCHED_GLASS,
this.$route,