Browse Source

审核完成

yuanmingze 4 months ago
parent
commit
0347b044c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages-sub-service-mangement/servicesToBeReviewed/index.vue

+ 1 - 1
src/pages-sub-service-mangement/servicesToBeReviewed/index.vue

@@ -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,