@@ -329,7 +329,7 @@ const queryOwner=(owner)=>{
}else {
taskList.value = allTaskList.value.filter(item => item.owner === owner)
}
-
+ window.scrollTo({ top: 0, behavior: 'smooth' });
const loadTask=(code)=>{