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" >