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