Browse Source

自测bug修复

刘洋 1 năm trước cách đây
mục cha
commit
8ad2b39f76
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 = "";
   }
 }