From d42cac1c3dcbcb536dbf2bfbe393e055001c19f8 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Wed, 1 Mar 2023 14:55:17 +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/DialogSelectInvProduct.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/inout/DialogSelectInvProduct.vue b/src/views/inout/DialogSelectInvProduct.vue
index d40b58a7..10baf5a8 100644
--- a/src/views/inout/DialogSelectInvProduct.vue
+++ b/src/views/inout/DialogSelectInvProduct.vue
@@ -250,7 +250,7 @@ export default {
     };
   },
   created() {
-    this.filterQuery.invCode = this.invQueryData.targetInvCode;
+    this.filterQuery.invCode = this.invQueryData.invCode;
     // 加载表格数据
     this.getList();
   },