Update vehicle-damage.vue
This commit is contained in:
parent
22cee7a5e9
commit
ccfa927be5
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue