修复 当切换分页时点击重置按钮没有重置分页状态的问题

This commit is contained in:
2025-10-02 17:40:02 +08:00
parent 55464f35d9
commit d7e355e9c6

View File

@@ -537,6 +537,8 @@ export const HistoryPanel: React.FC<{
from: today, from: today,
to: today to: today
}); });
// 重置分页到第一页
setCurrentPage(1);
}} }}
> >