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