keep big truck bailout data
This commit is contained in:
parent
5495fdcbf8
commit
96574ed187
1 changed files with 3 additions and 1 deletions
|
|
@ -204,7 +204,9 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
backButtonAction() {
|
backButtonAction() {
|
||||||
// route to move backwards
|
// route to move backwards
|
||||||
this.mainStore.resetBailout();
|
if (this.bailout.bailoutCode !== 9) {
|
||||||
|
this.mainStore.resetBailout();
|
||||||
|
}
|
||||||
this.$router.navigateWithSpinner(
|
this.$router.navigateWithSpinner(
|
||||||
this.navigationScenarios.CLICKED_BACK_PREVIOUS,
|
this.navigationScenarios.CLICKED_BACK_PREVIOUS,
|
||||||
this.$route
|
this.$route
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue