mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修复定时任务默认pageSize
This commit is contained in:
@@ -830,7 +830,7 @@ const Crontab = ({ headerStyle, isPhone, theme }: any) => {
|
||||
useEffect(() => {
|
||||
setPageConf({
|
||||
page: 1,
|
||||
size: parseInt(localStorage.getItem('pageSize') || '2'),
|
||||
size: parseInt(localStorage.getItem('pageSize') || '20'),
|
||||
});
|
||||
setTimeout(() => {
|
||||
setTableScrollHeight(getTableScroll());
|
||||
|
||||
Reference in New Issue
Block a user