From 70acc94de775b8a65a95c47c661a08f19bf29ee3 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 16 Jun 2023 18:05:51 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/InvoiceRegistration.vue | 2 ++ src/views/inventory/InvPreProducts.vue | 5 +++++ src/views/inventory/InvProducts.vue | 5 +++++ src/views/inventory/InvSupPreInProducts.vue | 5 +++++ 4 files changed, 17 insertions(+) diff --git a/src/views/inout/InvoiceRegistration.vue b/src/views/inout/InvoiceRegistration.vue index 96272545..b3824ebf 100644 --- a/src/views/inout/InvoiceRegistration.vue +++ b/src/views/inout/InvoiceRegistration.vue @@ -1106,6 +1106,8 @@ export default { this.bizQuery.batchNo = row.batchNo; this.bizQuery.relId = row.bindRlFk; // this.bizQuery.bizIdFk = row.id; + }else{ + this.bizQuery = {} } filterListInvoice(this.bizQuery).then((res) => { this.invoiceLoading = false; diff --git a/src/views/inventory/InvPreProducts.vue b/src/views/inventory/InvPreProducts.vue index 0492616f..c9ac47fe 100644 --- a/src/views/inventory/InvPreProducts.vue +++ b/src/views/inventory/InvPreProducts.vue @@ -118,6 +118,7 @@ :loading="corpLoading" @change="corpChange" style="width: 90%" + @clear="getcorp" >