修复定时任务搜索后页码

This commit is contained in:
hanhh 2021-08-23 12:29:29 +08:00
parent 138eb3393d
commit 64ecd75bd5

View File

@ -240,6 +240,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
return CrontabSort[sortA] - CrontabSort[sortB];
}),
);
setCurrentPage(1);
})
.finally(() => setLoading(false));
};