duy 2 mesiacov pred
rodič
commit
ad8a8a3b31

+ 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,