mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
change urgent_list filters
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
},
|
||||
methods: {
|
||||
fetchList(Page = 1){
|
||||
this.submit(route('api.transaction.list') + '?page='+ Page +'&filters=' + JSON.stringify({status: 2, type: 1, per_page: 1000, order_by: {
|
||||
column: 'update_at',
|
||||
this.submit(route('api.transaction.list') + '?page='+ Page +'&filters=' + JSON.stringify({status: 2, type: 1, per_page: 50, order_by: {
|
||||
column: 'id',
|
||||
DESC: true
|
||||
}}), 'get', 'urgentListSection', false, true)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user