CSR-1012 formatting
This commit is contained in:
parent
bfed75f7b4
commit
33cc766c91
1 changed files with 4 additions and 3 deletions
|
|
@ -100,17 +100,18 @@ export default {
|
||||||
isVehicleProtected: this.isVehicleProtected,
|
isVehicleProtected: this.isVehicleProtected,
|
||||||
isZipServiceableMobile: this.isZipServiceableMobile,
|
isZipServiceableMobile: this.isZipServiceableMobile,
|
||||||
isZipServiceableInShop: this.isZipServiceableInShop,
|
isZipServiceableInShop: this.isZipServiceableInShop,
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
set: function (newValue) {
|
set: function (newValue) {
|
||||||
this.streetAddress = newValue.addressQuestions.streetAddress;
|
this.streetAddress = newValue.addressQuestions.streetAddress;
|
||||||
this.apartmentNumberOrBusinessName = newValue.addressQuestions.apartmentNumberOrBusinessName;
|
this.apartmentNumberOrBusinessName =
|
||||||
|
newValue.addressQuestions.apartmentNumberOrBusinessName;
|
||||||
this.city = newValue.addressQuestions.city;
|
this.city = newValue.addressQuestions.city;
|
||||||
this.state = newValue.addressQuestions.state;
|
this.state = newValue.addressQuestions.state;
|
||||||
this.zipCode = newValue.addressQuestions.zipCode;
|
this.zipCode = newValue.addressQuestions.zipCode;
|
||||||
this.isVehicleProtected = newValue.isVehicleProtected;
|
this.isVehicleProtected = newValue.isVehicleProtected;
|
||||||
this.isZipServiceableMobile = newValue.isZipServiceableMobile;
|
this.isZipServiceableMobile = newValue.isZipServiceableMobile;
|
||||||
this.isZipServiceableInShop = newValue.isZipServiceableInShop;
|
this.isZipServiceableInShop = newValue.isZipServiceableInShop;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue