duy hace 1 año
padre
commit
5391d69b82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
             })
 }