mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
filter suspended suppliers
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@
|
||||
}
|
||||
},
|
||||
created(){
|
||||
this.submit(route('api.company.list') + '?filters=' + JSON.stringify({'business_type': 3}), 'get', 'pendingOrdersSection', false, false)
|
||||
this.submit(route('api.company.list') + '?filters=' + JSON.stringify({'business_type': 3, 'status': 2}), 'get', 'pendingOrdersSection', false, false)
|
||||
},
|
||||
methods: {
|
||||
successHandler(response){
|
||||
|
||||
Reference in New Issue
Block a user