From ebeec8c276900fc4fdb2f6b72c9e215011c76a2a Mon Sep 17 00:00:00 2001 From: fyy <2717885210@qq.com> Date: Mon, 30 Jun 2025 17:59:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95=E4=BF=9D=E6=B4=81?= =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/property/clean/cleanOrders/clean-modal.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web-antd/src/views/property/clean/cleanOrders/clean-modal.vue b/apps/web-antd/src/views/property/clean/cleanOrders/clean-modal.vue index 5e3b97f9..4c2b938e 100644 --- a/apps/web-antd/src/views/property/clean/cleanOrders/clean-modal.vue +++ b/apps/web-antd/src/views/property/clean/cleanOrders/clean-modal.vue @@ -310,10 +310,12 @@ async function handleConfirm() { : isUpdate.value ? editCleanId.value : ''; - // data.sumPeices = totalSumPeices; + + data.sumPeices = parseInt(totalSumPeices.value, 10); + // 组装 cleanIds - data.cleanIds = detailTable.value.map((item: any) => item.id); - data.details = detailTable.value; + // data.cleanIds = detailTable.value.map((item: any) => item.id); + data.cleanList = detailTable.value; console.log(data); console.log(12037847120120); await clean_orderAdd(data)