From d5a748cacd4d668e52a05be53e73433f3eac7225 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 8 Nov 2023 15:55:08 -0500 Subject: [PATCH] Update ctu when updating zip on service-location --- src/layouts/service-location/service-location.vue | 2 ++ .../service-zip-modal-question/service-zip-modal-question.vue | 1 + 2 files changed, 3 insertions(+) diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index a2aa0813b..f8efc8c25 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -245,6 +245,7 @@ export default { return { state: this.state, zipCode: this.zipCode, + zipCodeCtu: this.zipCodeCtu, }; }, set: function (newValue) { @@ -256,6 +257,7 @@ export default { this.state = newValue.state; this.zipCode = newValue.zipCode; + this.zipCodeCtu = newValue.zipCodeCtu; this.$nextTick(); }, diff --git a/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue b/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue index 35276228d..ea6f07818 100644 --- a/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue +++ b/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue @@ -141,6 +141,7 @@ export default { this.resetModalButtonStyle(); } else { this.internalModel.state = zipCodeData.state; + this.internalModel.zipCodeCtu = zipCodeData.zipCodeCtu; // retrieve mobile fee part const serviceZipCode = this.internalModel.zipCode;