duy 2 miesięcy temu
rodzic
commit
2c6434c58c
1 zmienionych plików z 1 dodań i 5 usunięć
  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,