Selaa lähdekoodia

案卷ID修改

duy 1 vuosi sitten
vanhempi
commit
38ee6eaa58
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

@@ -529,7 +529,7 @@ const submitOpinion = async ()=>{
     submitLoading.value = true
     const { error, code, data, msg } = await initialgApi.saveInspect({
         fileId: checkId.value,
-        archiveId:fileInfo.value.id,
+        archiveId: fileId.value,
         // opinion:reform.value.content,
         opinion:reform.value.myOpinion,
         projectId:projectId.value,