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, });