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

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

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