create urgent list page

This commit is contained in:
omair saleh
2021-06-21 14:07:52 +08:00
parent eca8807d96
commit 85decb35cc
@@ -23,7 +23,7 @@
}
},
created(){
this.submit(route('api.transaction.list') + '?page=1&filters=' + JSON.stringify({status: 2, type: 3, per_page: 10000, order_by: {
this.submit(route('api.transaction.list') + '?page=1&filters=' + JSON.stringify({status: 2, type: 3, per_page: 300, order_by: {
column: 'id',
DESC: true
}}), 'get', 'urgentListSection', false, true)