duy 1 vuosi sitten
vanhempi
commit
5391d69b82
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
             })
 }