mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-27 08:14:28 +00:00
fix user bookings pagination bug
This commit is contained in:
@@ -161,6 +161,7 @@ export default {
|
||||
let vm = this
|
||||
axios.get(this.completeBookingurl + "/" + this.$route.params.userId).then(response => {
|
||||
vm.bookingTableComplete = response.data.data
|
||||
console.log(vm.bookingTableComplete);
|
||||
vm.makeCompletePagination(response.data)
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user