pre-populate state entered on policy-holder-details page
This commit is contained in:
parent
d7aee3e3a9
commit
c81725d4eb
1 changed files with 1 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ export default {
|
||||||
activeVehicleLookupAlertType: null,
|
activeVehicleLookupAlertType: null,
|
||||||
vehicleFromLookup: null,
|
vehicleFromLookup: null,
|
||||||
licensePlate: null,
|
licensePlate: null,
|
||||||
licenseState: null,
|
licenseState: useMainStore().order.customer.address.state,
|
||||||
displayVinNotFoundAlert: false,
|
displayVinNotFoundAlert: false,
|
||||||
displayMatchedDifferentVehicleAlert: false,
|
displayMatchedDifferentVehicleAlert: false,
|
||||||
previouslyEnteredCarId: "",
|
previouslyEnteredCarId: "",
|
||||||
|
|
@ -198,7 +198,6 @@ export default {
|
||||||
registrationInfo: {
|
registrationInfo: {
|
||||||
licensePlate: this.licensePlate,
|
licensePlate: this.licensePlate,
|
||||||
state: this.licenseState,
|
state: this.licenseState,
|
||||||
zipCode: useMainStore().vehicle.registration.zipCode,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
false
|
false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue