mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复定时任务默认pageSize
This commit is contained in:
parent
b9e49b181a
commit
141defd845
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue
Block a user