diff --git a/src/components/HistoryPanel.tsx b/src/components/HistoryPanel.tsx index 973c760..2014196 100644 --- a/src/components/HistoryPanel.tsx +++ b/src/components/HistoryPanel.tsx @@ -537,6 +537,8 @@ export const HistoryPanel: React.FC<{ from: today, to: today }); + // 重置分页到第一页 + setCurrentPage(1); }} > 重置