one more revert
This commit is contained in:
parent
0963c31291
commit
32757d3887
1 changed files with 1 additions and 3 deletions
|
|
@ -658,9 +658,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mobileZipUpdatedFromServiceLocation(mobileZipServiceLocation) {
|
mobileZipUpdatedFromServiceLocation(mobileZipServiceLocation) {
|
||||||
if (mobileZipServiceLocation
|
if (mobileZipServiceLocation) {
|
||||||
&& (this.mobileProviderNumber !== mobileZipServiceLocation.mobileProviderNumber
|
|
||||||
|| !this.hasNeededServiceLocationData)) {
|
|
||||||
this.mobileProviderNumber = mobileZipServiceLocation.mobileProviderNumber;
|
this.mobileProviderNumber = mobileZipServiceLocation.mobileProviderNumber;
|
||||||
this.selectedMobileZipCode = mobileZipServiceLocation.zipCode;
|
this.selectedMobileZipCode = mobileZipServiceLocation.zipCode;
|
||||||
this.selectedServiceLocation = mobileZipServiceLocation;
|
this.selectedServiceLocation = mobileZipServiceLocation;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue