From b7a1aac7c8e080f89d3c5254a096d938ec221b77 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 23 Dec 2022 16:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvProducts.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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)