diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index b283b387..9188b5f5 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -1017,6 +1017,7 @@ const Crontab = ({ headerStyle, isPhone, theme }: any) => { const tabClick = (key: string) => { const view = enabledCronViews.find((x) => x.id == key); + setPageConf({ ...pageConf, page: 1 }); setViewConf(view ? view : null); };