修复history回来的数据bug
This commit is contained in:
@@ -148,6 +148,7 @@ export default defineComponent({
|
||||
// setTimeout(() => {
|
||||
this.getTaskMoreList()
|
||||
// }, 1000);
|
||||
this.getTaskTime = null
|
||||
},
|
||||
sort(arr:any){
|
||||
arr.sort((a:any, b:any) => {
|
||||
|
||||
Reference in New Issue
Block a user