2
0
刘洋 1 жил өмнө
parent
commit
8ad2b39f76

+ 2 - 0
src/features/mark/MarkHistory.vue

@@ -447,6 +447,8 @@ function toggleOrderBy(toOrder: MarkHistoryOrderBy) {
       order = toOrder;
       sort = "DESC";
     }
+    currentPage = 1;
+    jumpPage.value = "";
   }
 }