WIP
This commit is contained in:
parent
3ae1e6edac
commit
478f09bd88
2 changed files with 5 additions and 5 deletions
|
|
@ -43,8 +43,8 @@ export async function getPageToRouteExistingOrderTo(toRoute = {}, existingHerita
|
||||||
return 'vehicle-damage'
|
return 'vehicle-damage'
|
||||||
} else {
|
} else {
|
||||||
if (store.getters.vehicle.vin) {
|
if (store.getters.vehicle.vin) {
|
||||||
return 'vehicle-damage';
|
//return 'vehicle-damage'; //(uncomment)
|
||||||
//return "vin-lookup"; (uncomment)
|
return "vin-lookup"; //This may be temporary
|
||||||
} else {
|
} else {
|
||||||
return 'vehicle-damage';
|
return 'vehicle-damage';
|
||||||
//return "estimate" (uncomment)
|
//return "estimate" (uncomment)
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ const routingTable = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
scenario: navigationScenarios.SELECTED_DAMAGE_WITH_PART_QUESTIONS,
|
scenario: navigationScenarios.SELECTED_DAMAGE_WITH_PART_QUESTIONS,
|
||||||
destinationFmgPageValue: fmgPageValues.PART_QUESTIONS,
|
destinationFmgPageValue: fmgPageValues.VIN_LOOKUP,//This might be temporary
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue