duy 1 жил өмнө
parent
commit
5391d69b82

+ 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,
             })
 }