This commit is contained in:
Pranshu Tomar 2020-06-22 16:08:45 +05:30
parent 946c14eb90
commit d79b4e3543
2 changed files with 4 additions and 4 deletions

View File

@ -123,7 +123,7 @@
selected_slot: '',
slot_from: 0,
slot_from: '',
date_from: '',
@ -179,7 +179,7 @@
.then (function(response) {
this_this.selected_slot = '';
this_this.slot_from = 0;
this_this.slot_from = '';
this_this.slots = response.data.data;
})

View File

@ -123,7 +123,7 @@
selected_slot: '',
slot_from: 0,
slot_from: '',
date_from: '',
@ -179,7 +179,7 @@
.then (function(response) {
this_this.selected_slot = '';
this_this.slot_from = 0;
this_this.slot_from = '';
this_this.slots = response.data.data;
})