duy 1 anno fa
parent
commit
5391d69b82
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,
             })
 }