修复history回来的数据bug

This commit is contained in:
X1627315083
2024-03-27 16:42:52 +08:00
parent b9263d5ca1
commit 005ad258c1
3 changed files with 84 additions and 18 deletions

View File

@@ -148,6 +148,7 @@ export default defineComponent({
// setTimeout(() => {
this.getTaskMoreList()
// }, 1000);
this.getTaskTime = null
},
sort(arr:any){
arr.sort((a:any, b:any) => {