updated the refresh button function

This commit is contained in:
Mohd Arief
2018-08-17 11:21:41 +08:00
parent d6eb6576d3
commit 16e7efa108
+2 -2
View File
@@ -525,7 +525,7 @@ export default {
this.getBooking();
this.initBooking();
this.getRate();
this.getCompleteBooking();
this.getBookingTableComplete();
},
methods: {
getBooking(){
@@ -535,7 +535,7 @@ export default {
$this.makePagination(response.data)
})
},
getCompleteBooking(){
getBookingTableComplete(){
let $this = this
axios.get(this.completeBookingurl).then(response => {
this.bookingTableComplete = response.data.data