Browse Source

关联试验文件取消限制

duy 2 năm trước cách đây
mục cha
commit
ee15cb27c0
1 tập tin đã thay đổi với 2 bổ sung4 xóa
  1. 2 4
      src/views/data-fill/components/ListItem.vue

+ 2 - 4
src/views/data-fill/components/ListItem.vue

@@ -1262,12 +1262,10 @@ const savefileModal = ()=>{
              idarr.push(item.id)
     })
     const idval=idarr.join(',')
-    if(idval.length>0){
+   
         savesubmitRelationFile(idval)
         fileModal.value=false
-    }else{
-         window?.$message?.warning('请选择你要关联的文件')
-    }
+    
 
 
 }