Explorar el Código

抽检意见提交值修改

duy hace 2 años
padre
commit
95e322fe15
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/transfer/inspects.vue

+ 2 - 1
src/views/transfer/inspects.vue

@@ -354,7 +354,8 @@ const submitOpinion=async()=>{
     const {error, code, data, msg} = await inspectApi.addOpinion({
         fileId: checkId.value,
         archiveId:fileInfo.value.id,
-        opinion:reform.value.content,
+        // opinion:reform.value.content,
+        opinion:reform.value.myOpinion,
         projectId:projectId.value,
         userId:userInfo.value.user_id,
         archiveName:fileInfo.value.name,