From 3c21e996b8c29c766c8b6ab9257c7ff4750d6232 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Wed, 6 Jul 2022 16:24:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=BC=96=E7=A0=81=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=20=202022-07-06=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/finishedProductWarehouse/boxingPrint.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/finishedProductWarehouse/boxingPrint.vue b/src/views/modules/finishedProductWarehouse/boxingPrint.vue index f60b9af..5898704 100644 --- a/src/views/modules/finishedProductWarehouse/boxingPrint.vue +++ b/src/views/modules/finishedProductWarehouse/boxingPrint.vue @@ -513,7 +513,7 @@ export default { let vo = { partNo: partNo } - getCustomerId(vo).then((data) => { + getCustomerId(vo).then(({data}) => { let reportFileVo = { customerId: data.customerId, reportFamily: '外箱标签'