create urgent list page

This commit is contained in:
omair saleh
2021-06-21 14:04:30 +08:00
parent b0c6de6149
commit 04c0020c28
@@ -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){