diff --git a/src/pages/recycle/index.tsx b/src/pages/recycle/index.tsx index bc1b447..25f5d80 100644 --- a/src/pages/recycle/index.tsx +++ b/src/pages/recycle/index.tsx @@ -95,7 +95,7 @@ export default function RecycleIndex() { }) } const refresh = () => { - loadPushedState(); + // loadPushedState(); setParams(prev => ({...prev, pagination: {page: 1, limit: DEFAULT_PAGE_LIMIT.limit}, request_time: Date.now()})) } // const pusdedCount = useMemo(() => { @@ -126,7 +126,7 @@ export default function RecycleIndex() {
{t('select.total', {count: data?.list?.length || 0})} - {t('history.pushed', {count: state.pushedCount})} + {/*{t('history.pushed', {count: state.pushedCount})}*/} {t('select.selected_some', {count: checkedIdArray.length})}