CASH-1513
This commit is contained in:
parent
82f340afe0
commit
874bae42ca
1 changed files with 3 additions and 5 deletions
|
|
@ -650,14 +650,15 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
showTimeSlotQuestion() {
|
showTimeSlotQuestion() {
|
||||||
|
var selectedDate = this.selectedDate;
|
||||||
if (
|
if (
|
||||||
this.selectedDate &&
|
this.selectedDate &&
|
||||||
this.selectedDate.includes("mobile") &&
|
this.selectedDate.includes("mobile") &&
|
||||||
!this.isMobileSelected
|
!this.isMobileSelected
|
||||||
) {
|
) {
|
||||||
this.updateSelectedDate();
|
selectedDate = this.getSelectedDate();
|
||||||
}
|
}
|
||||||
return this.selectedDate && this.appointmentTypeFromAppointmentTypeQuestion;
|
return selectedDate && this.appointmentTypeFromAppointmentTypeQuestion;
|
||||||
},
|
},
|
||||||
isMobileStaticRecalibrationApplicable() {
|
isMobileStaticRecalibrationApplicable() {
|
||||||
return (
|
return (
|
||||||
|
|
@ -1781,9 +1782,6 @@ export default {
|
||||||
this.selectedDate = this.getSelectedDate();
|
this.selectedDate = this.getSelectedDate();
|
||||||
this.setDisplayWaitList();
|
this.setDisplayWaitList();
|
||||||
},
|
},
|
||||||
updateSelectedDate() {
|
|
||||||
this.selectedDate = this.getSelectedDate();
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
appointmentTypeFromAppointmentTypeQuestion: {
|
appointmentTypeFromAppointmentTypeQuestion: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue