Prettified
This commit is contained in:
parent
e98efb7d6a
commit
4887385f00
2 changed files with 2 additions and 4 deletions
|
|
@ -411,7 +411,7 @@ export default {
|
|||
await this.$refs.shopQuestion.reloadShopData(this.zipCode);
|
||||
},
|
||||
},
|
||||
// watch: {
|
||||
// watch: {
|
||||
// selectedAppointmentType: {
|
||||
// handler() {
|
||||
// this.selectedProvider = null;
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ export default {
|
|||
props: {
|
||||
modelValue: {
|
||||
type: Object,
|
||||
default: () => (null)
|
||||
default: () => null,
|
||||
},
|
||||
serviceZipCode: String,
|
||||
selectedAppointmentType: String,
|
||||
|
|
@ -169,8 +169,6 @@ export default {
|
|||
resetAnswers() {
|
||||
this.answers = [];
|
||||
this.shopIndex = 0;
|
||||
|
||||
|
||||
},
|
||||
async reloadShopData(serviceZipCode) {
|
||||
const result = await this.loadData(serviceZipCode);
|
||||
|
|
|
|||
Loading…
Reference in a new issue