Ver Fonte

自测bug修复

刘洋 há 1 ano atrás
pai
commit
8ad2b39f76
1 ficheiros alterados com 2 adições e 0 exclusões
  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 = "";
   }
 }