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