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