mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
fixTWo pagination for admin booking table
This commit is contained in:
@@ -67,11 +67,10 @@ export default {
|
||||
middleware: 'admin',
|
||||
data () {
|
||||
return {
|
||||
status: null,
|
||||
prev_page_url: null,
|
||||
status: null,
|
||||
bookingTable: [],
|
||||
url: 'api/admin/booking',
|
||||
pagination: [],
|
||||
pagination: {prev_page_url: null},
|
||||
loading_btn: false,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user