From ad1d03df9261a3274b71cb76576584c5e3f46445 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 19 Apr 2023 17:42:58 +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/inout/InvoiceRegistration.vue | 1 - src/views/inventory/InvSupPreProducts.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/inout/InvoiceRegistration.vue b/src/views/inout/InvoiceRegistration.vue index 8b6a791..3b9b1ce 100644 --- a/src/views/inout/InvoiceRegistration.vue +++ b/src/views/inout/InvoiceRegistration.vue @@ -690,7 +690,6 @@ export default { } this.filterQuery.page = 1; - this.filterQuery.supInoivceSearch=null; this.getList(); }, hideSearch() { diff --git a/src/views/inventory/InvSupPreProducts.vue b/src/views/inventory/InvSupPreProducts.vue index dae6671..83f6298 100644 --- a/src/views/inventory/InvSupPreProducts.vue +++ b/src/views/inventory/InvSupPreProducts.vue @@ -266,7 +266,7 @@ export default { }, getInvList() { let query = { - advanceType: true, + advanceType: 2, }; getInvListByUser(query) .then((response) => {