zhaohuanhuan hace 1 año
padre
commit
cdd3e5dd57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/outbound/picking/task/index.vue

+ 1 - 1
src/views/outbound/picking/task/index.vue

@@ -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)=>{