From 356d021c4c6c157a86a89b8d92e328581b2454af Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 13 Mar 2023 11:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E6=9C=AC=E4=BC=81=E4=B8=9A=E5=BA=93=E5=AD=98=EF=BC=8C=E9=A2=84?= =?UTF-8?q?=E9=AA=8C=E6=94=B6=E5=BA=93=E5=AD=98=EF=BC=8C=E5=AF=84=E5=94=AE?= =?UTF-8?q?=E5=BA=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvSupPreInSerach.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/inventory/InvSupPreInSerach.vue b/src/views/inventory/InvSupPreInSerach.vue index 8bc9e66..6fd10c5 100644 --- a/src/views/inventory/InvSupPreInSerach.vue +++ b/src/views/inventory/InvSupPreInSerach.vue @@ -286,7 +286,7 @@ export default { this.filterQuery.endTime = null; } this.filterQuery.page = 1; - this.filterQuery.fromCorp = store.getters.customerId + this.getList(); }, hideSearch() { @@ -323,6 +323,7 @@ export default { this.loading = true; this.currentRow = {billNo: ""}; this.clearDetailList(); + this.filterQuery.fromCorp = store.getters.customerId filterPrein(this.filterQuery) .then((response) => { this.loading = false;