duy 1 жил өмнө
parent
commit
ad540294cf

+ 1 - 1
src/views/transfer/components/carry-spot-checks.vue

@@ -252,7 +252,7 @@ watch(() => [
      
     }
     if (isO) {
-        checkId.value = fileInfo.value.fileId
+        checkId.value = fileInfo.value.fileId || ''
     } else {
         checkId.value = ''
     }

+ 2 - 0
src/views/transfer/components/examination/table-opinion.vue

@@ -109,6 +109,8 @@ const saveClick = async (row) => {
         window.$message.success(msg)
       
 
+    } else {
+        row.opinion = ''
     }
 }
 //删除