From cf018018a7399588898e34a00394dbb0b882c93d Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 8 Mar 2023 15:06:24 +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/inventory/InvCountOrderModify.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inventory/InvCountOrderModify.vue b/src/views/inventory/InvCountOrderModify.vue index 6d51fcb4..dc0a85c0 100644 --- a/src/views/inventory/InvCountOrderModify.vue +++ b/src/views/inventory/InvCountOrderModify.vue @@ -552,7 +552,7 @@ export default { if (res.data.total !== 0) { let invProductList = res.data.list; for (let product of invProductList) { - this.countProductList.push(product); + this.codeArray.push(product); } this.saveOrder(1); }