|
@@ -451,7 +451,7 @@ const checkBtn = async () => {
|
|
|
}
|
|
|
const ids = pretreatmentInfo.value?.available?.map((item) => item.taskId)
|
|
|
let obj = {
|
|
|
- token: token.value,
|
|
|
+ token: pretreatmentInfo.value?.token?.token,
|
|
|
taskIds: ids,
|
|
|
checkResult: reviewForm.checkResult,
|
|
|
checkMessage: reviewForm.checkMessage,
|