Issue #3319 fixed
This commit is contained in:
parent
946c14eb90
commit
d79b4e3543
|
|
@ -123,7 +123,7 @@
|
||||||
|
|
||||||
selected_slot: '',
|
selected_slot: '',
|
||||||
|
|
||||||
slot_from: 0,
|
slot_from: '',
|
||||||
|
|
||||||
date_from: '',
|
date_from: '',
|
||||||
|
|
||||||
|
|
@ -179,7 +179,7 @@
|
||||||
.then (function(response) {
|
.then (function(response) {
|
||||||
this_this.selected_slot = '';
|
this_this.selected_slot = '';
|
||||||
|
|
||||||
this_this.slot_from = 0;
|
this_this.slot_from = '';
|
||||||
|
|
||||||
this_this.slots = response.data.data;
|
this_this.slots = response.data.data;
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@
|
||||||
|
|
||||||
selected_slot: '',
|
selected_slot: '',
|
||||||
|
|
||||||
slot_from: 0,
|
slot_from: '',
|
||||||
|
|
||||||
date_from: '',
|
date_from: '',
|
||||||
|
|
||||||
|
|
@ -179,7 +179,7 @@
|
||||||
.then (function(response) {
|
.then (function(response) {
|
||||||
this_this.selected_slot = '';
|
this_this.selected_slot = '';
|
||||||
|
|
||||||
this_this.slot_from = 0;
|
this_this.slot_from = '';
|
||||||
|
|
||||||
this_this.slots = response.data.data;
|
this_this.slots = response.data.data;
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue