From 368c10c0ed8bd7f92e8bf7ed960d36cb997f10f9 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 16 Jan 2026 16:02:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E4=BD=8Dq=E5=8F=96=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/hdyy/scgl/point-quhuo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/hdyy/scgl/point-quhuo.vue b/pages/hdyy/scgl/point-quhuo.vue index d04d531..4f342a3 100644 --- a/pages/hdyy/scgl/point-quhuo.vue +++ b/pages/hdyy/scgl/point-quhuo.vue @@ -148,7 +148,7 @@ }, async _getPalletAssemblyOK () { try { - let res = await getPalletAssemblyOK(this.val1) + let res = await getPalletAssemblyOK(this.bagCode) if (res && res.data.length > 0) { this.dataList = [...res.data] this.num = this.dataList.reduce((sum, item) => sum + Number(item.qty), 0)