Update vehicle-damage.vue

This commit is contained in:
hiteshkumar87 2023-08-01 16:22:30 +05:30
parent 22cee7a5e9
commit ccfa927be5

View file

@ -145,7 +145,7 @@ export default {
selectedPassengerSideReplaceOptions: this.getPassengerSideReplaceOptionsFromStore(),
},
selectedWindshieldOptions: this.getWindshieldOptionsFromStore(),
selectedRearReplaceOptions: this.getRearReplaceOptionsFromStore(),
selectedRearReplaceOptions: this.getRearReplaceOptionsFromStore(),
};
},
mounted() {
@ -167,9 +167,9 @@ export default {
this.$store.getters.vehicle.carId,
true
);
}
}
},
backButtonAction() {
// route to move backwards
this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_BACK, this.$route);