mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-16 00:04:31 +08:00
修复定时任务搜索后页码
This commit is contained in:
@@ -240,6 +240,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
|
||||
return CrontabSort[sortA] - CrontabSort[sortB];
|
||||
}),
|
||||
);
|
||||
setCurrentPage(1);
|
||||
})
|
||||
.finally(() => setLoading(false));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user