diff --git a/src/views/inventory/InvProducts.vue b/src/views/inventory/InvProducts.vue index 1dfaf44..cc82dad 100644 --- a/src/views/inventory/InvProducts.vue +++ b/src/views/inventory/InvProducts.vue @@ -320,10 +320,12 @@ export default { findMethod(query) { this.fromOptions = []; let cQuery = { - key: query, - customerName: query, + key: query, + customerName: query, + corpType:2, page: 1, - limit: 20 + limit: 20, + }; getBasicUnitMaintains(cQuery)