From 04331f809848ee7c41b447965b8d9bcccc78e22a Mon Sep 17 00:00:00 2001 From: xuminyui <576362016@qq.com> Date: Fri, 25 Oct 2024 16:48:35 +0800 Subject: [PATCH] fix --- src/pages/detail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/detail/index.vue b/src/pages/detail/index.vue index de7d625..f38b13e 100644 --- a/src/pages/detail/index.vue +++ b/src/pages/detail/index.vue @@ -149,7 +149,7 @@ const paintingDetail = async () => { const doneSet = async () => { loading.value = true; const res = await outbound({ - id: state.data.id, + id: state.data.id + "", pid: state.data.pid, boxUid: state.data.boxUid, });