Merge pull request #3326 from jitendra-webkul/1.0

Issue #3319 fixed
This commit is contained in:
Jitendra Singh 2020-06-22 16:09:36 +05:30 committed by GitHub
commit dcb8ca89a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
})