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)