duy 2 달 전
부모
커밋
ad8a8a3b31
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/views/data-fill/components/HcUpload.vue

+ 5 - 1
src/views/data-fill/components/HcUpload.vue

@@ -390,7 +390,11 @@ const sortFile = async ()=>{
   }
   let list = []
   fileListData.value.forEach((file) => {
-    list.push(file.name)
+    list.push(
+      file.name,
+  
+    )
+  })
   let obj1 = {
     list:list,