Prettified

This commit is contained in:
Leah Schumann 2023-05-17 10:11:34 -04:00
parent e98efb7d6a
commit 4887385f00
2 changed files with 2 additions and 4 deletions

View file

@ -411,7 +411,7 @@ export default {
await this.$refs.shopQuestion.reloadShopData(this.zipCode); await this.$refs.shopQuestion.reloadShopData(this.zipCode);
}, },
}, },
// watch: { // watch: {
// selectedAppointmentType: { // selectedAppointmentType: {
// handler() { // handler() {
// this.selectedProvider = null; // this.selectedProvider = null;

View file

@ -70,7 +70,7 @@ export default {
props: { props: {
modelValue: { modelValue: {
type: Object, type: Object,
default: () => (null) default: () => null,
}, },
serviceZipCode: String, serviceZipCode: String,
selectedAppointmentType: String, selectedAppointmentType: String,
@ -169,8 +169,6 @@ export default {
resetAnswers() { resetAnswers() {
this.answers = []; this.answers = [];
this.shopIndex = 0; this.shopIndex = 0;
}, },
async reloadShopData(serviceZipCode) { async reloadShopData(serviceZipCode) {
const result = await this.loadData(serviceZipCode); const result = await this.loadData(serviceZipCode);