From 2de189d1890b163608741772090dbbf49cbafe52 Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 3 Sep 2022 18:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A7=86=E5=9B=BE=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E9=A1=B5=E7=A0=81=E5=88=9D=E5=A7=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 1 + 1 file changed, 1 insertion(+) 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); };