12.16提交

This commit is contained in:
zoujiandong
2025-12-16 17:42:25 +08:00
parent c86aa03f01
commit 8025b2abab
20 changed files with 1159 additions and 146 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ const innerSortTitle=ref('上传时间');
import downloadStore from "@/store/downloadStoreFile.js";
const downloadTasks=ref([]);
const downLoadtaskList=computed(()=>{
return downloadTasks.value.filter((item)=>item.status == "completed").map((item)=>item.id);
return downloadTasks.value.filter((item)=>item.status == "completed" && item.type == "zhinan").map((item)=>item.id);
});
const chooseInnerSort=(index)=>{
sort.value=index;