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