Merge pull request #2657 from jitendra-webkul/1.0

Issue #2654 fixed
This commit is contained in:
Jitendra Singh 2020-03-13 19:16:48 +05:30 committed by GitHub
commit 7072a60cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,8 @@
this.$http.get("{{ route('booking_product.slots.index', $bookingProduct->id) }}", {params: {date: date}})
.then (function(response) {
this_this.slots = response.data.data;
this_this.errors.clear();
})
.catch (function (error) {})
}

View File

@ -47,6 +47,8 @@
this.$http.get("{{ route('booking_product.slots.index', $bookingProduct->id) }}", {params: {date: date}})
.then (function(response) {
this_this.slots = response.data.data;
this_this.errors.clear();
})
.catch (function (error) {})
}