Browse Source

自测bug修复

刘洋 1 year ago
parent
commit
8ad2b39f76
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/features/mark/MarkHistory.vue

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

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