Explorar o código

自测bug修复

刘洋 hai 1 ano
pai
achega
8ad2b39f76
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 = "";
   }
 }