mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
create urgent list page
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
}
|
||||
},
|
||||
created(){
|
||||
this.setDecoratorDefault();
|
||||
this.submit(route('api.transaction.list') + '?filters=' + JSON.stringify({status: 2, type: 3, per_page: 10000}), 'get', 'urgentListSection', false, false)
|
||||
this.submit(route('api.transaction.list') + '?filters=' + JSON.stringify({status: 2, type: 3}), 'get', 'urgentListSection', false, false)
|
||||
},
|
||||
methods: {
|
||||
successHandler(response){
|
||||
|
||||
Reference in New Issue
Block a user