|
@@ -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,
|