Added providerNumber datum and now nulling it out when service-zip changes
This commit is contained in:
parent
34ca460d50
commit
2be7770503
1 changed files with 2 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ export default {
|
|||
mobileFeePart: null,
|
||||
zipContainsMilitaryBase: false,
|
||||
selectedAppointmentType: null,
|
||||
providerNumber: null,
|
||||
};
|
||||
},
|
||||
async beforeRouteEnter(to, from, next) {
|
||||
|
|
@ -192,6 +193,7 @@ export default {
|
|||
if (newValue.zipCode !== this.zipCode) {
|
||||
this.resetMobileLocation();
|
||||
this.selectedAppointmentType = null;
|
||||
this.providerNumber = null;
|
||||
}
|
||||
|
||||
this.state = newValue.state;
|
||||
|
|
|
|||
Loading…
Reference in a new issue