mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
create urgent list page
This commit is contained in:
@@ -23,7 +23,10 @@
|
||||
}
|
||||
},
|
||||
created(){
|
||||
this.submit(route('api.transaction.list') + '?page=1&filters=' + JSON.stringify({status: 2, type: 3, per_page: 10000}), 'get', 'urgentListSection', false, false)
|
||||
this.submit(route('api.transaction.list') + '?page=1&filters=' + JSON.stringify({status: 2, type: 3, per_page: 10000, order_by: {
|
||||
column: 'id',
|
||||
DESC: true
|
||||
}}), 'get', 'urgentListSection', false, false)
|
||||
},
|
||||
methods: {
|
||||
successHandler(response){
|
||||
|
||||
Reference in New Issue
Block a user