duy il y a 1 an
Parent
commit
5391d69b82
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/transfer/components/carry-spot-checks.vue

+ 1 - 1
src/views/transfer/components/carry-spot-checks.vue

@@ -349,7 +349,7 @@ const changePdf = (row)=>{
 //设置为已查阅
 const serReviewFile = async ()=>{
             const { error, code, data, msg } = await initialgApi.updateInspectStatus({
-                archiveId: fileInfo.value.id,
+                archiveId: fileId.value,
                 projectId:projectId.value,
             })
 }