From c7e53ce43552cf1ce31b86b6bf8a372e541efe19 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期五, 21 十一月 2025 15:23:01 +0800
Subject: [PATCH] 1

---
 pages/listing/matnrPalletising.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/listing/matnrPalletising.vue b/pages/listing/matnrPalletising.vue
index cc3b8c3..1460548 100644
--- a/pages/listing/matnrPalletising.vue
+++ b/pages/listing/matnrPalletising.vue
@@ -314,7 +314,7 @@
 
 				const {	code, data, msg } = await request('/waitPakin/merge', {
 					items: newArr,
-					isHalf: this.isHalf.join(),
+					isHalf: this.isHalf,
 					barcode: this.container,
 				})
 				if (code === 200) {

--
Gitblit v1.9.1