From 9f6e7c544e59d90137514d678e272442b18cb7d7 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 12 Aug 2025 10:28:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(unHandeled):=20=20=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E5=90=88=E5=8D=95=E5=8F=82=E6=95=B0=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Delivery/unhandeled.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/Delivery/unhandeled.vue b/src/components/Delivery/unhandeled.vue index 3898956..574a53a 100644 --- a/src/components/Delivery/unhandeled.vue +++ b/src/components/Delivery/unhandeled.vue @@ -44,7 +44,7 @@ { + const params = { + ...this.params, + pkWaresList: this.params.pkWaresList ? this.params.pkWaresList.split(',') : [], + mergeType: this.hdform.mergeType + } del - .deliverUnhandeldMerge( - Object.assign({}, this.params, { - mergeType: this.hdform.mergeType - }) - ) + .deliverUnhandeldMerge(params) .then((res) => { this.$message({ message: res.msg,