From 11484175c8cd4039819201ae01b17081ebdfe0dd Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Mon, 23 Aug 2021 12:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=90=9C=E7=B4=A2=E5=90=8E=E9=A1=B5=E7=A0=81?= 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 39d26f68..fe72c425 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -240,6 +240,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => { return CrontabSort[sortA] - CrontabSort[sortB]; }), ); + setCurrentPage(1); }) .finally(() => setLoading(false)); };