Dont reset fields unnecessarily
This commit is contained in:
parent
9250908724
commit
6d3af6d1af
1 changed files with 0 additions and 1 deletions
|
|
@ -1611,7 +1611,6 @@ export default {
|
||||||
},
|
},
|
||||||
handleZipCodeChange(newZipCode) {
|
handleZipCodeChange(newZipCode) {
|
||||||
this.resetMobileLocation();
|
this.resetMobileLocation();
|
||||||
this.appointmentTypeFromAppointmentTypeQuestion = null;
|
|
||||||
|
|
||||||
getShopProviderData(newZipCode.zipCode).then((result) => {
|
getShopProviderData(newZipCode.zipCode).then((result) => {
|
||||||
this.shopProviderData = result.data;
|
this.shopProviderData = result.data;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue