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,
|
||||
isZipServiceableMobile: this.isZipServiceableMobile,
|
||||
isZipServiceableInShop: this.isZipServiceableInShop,
|
||||
}
|
||||
};
|
||||
},
|
||||
set: function (newValue) {
|
||||
this.streetAddress = newValue.addressQuestions.streetAddress;
|
||||
this.apartmentNumberOrBusinessName = newValue.addressQuestions.apartmentNumberOrBusinessName;
|
||||
this.apartmentNumberOrBusinessName =
|
||||
newValue.addressQuestions.apartmentNumberOrBusinessName;
|
||||
this.city = newValue.addressQuestions.city;
|
||||
this.state = newValue.addressQuestions.state;
|
||||
this.zipCode = newValue.addressQuestions.zipCode;
|
||||
this.isVehicleProtected = newValue.isVehicleProtected;
|
||||
this.isZipServiceableMobile = newValue.isZipServiceableMobile;
|
||||
this.isZipServiceableInShop = newValue.isZipServiceableInShop;
|
||||
this.isZipServiceableInShop = newValue.isZipServiceableInShop;
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue