change urgent_list filters

This commit is contained in:
omair saleh
2021-06-22 13:45:09 +08:00
parent 83930eada7
commit d979608ac9
@@ -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)
},