From 0f7354e41570cbd996d785d33565b84ee3dcbfd8 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 15 May 2023 10:21:04 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/inout/InvoiceRegistration.vue b/src/views/inout/InvoiceRegistration.vue index 4205bee..0f2b529 100644 --- a/src/views/inout/InvoiceRegistration.vue +++ b/src/views/inout/InvoiceRegistration.vue @@ -563,7 +563,7 @@ export default { limit: 10, startTime: null, endTime: null, - invCode: this.$store.getters.locInvCode, + invCode: null, }, determineVisible: false, determineData: null, @@ -949,10 +949,10 @@ export default { for (var i = 0; i < invlist1.length; i++) { if (invlist1[i].code == 1000000) { this.invList.push(invlist1[i]); + this.filterQuery.invCode=invlist1[i].code; } } - }) .catch(() => { });