From b7b15e7471a1886c1e3b8f24ea6cf8eae91cd488 Mon Sep 17 00:00:00 2001 From: callmeyan Date: Wed, 16 Apr 2025 18:45:20 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E7=A7=BB=E9=99=A4=E5=9B=9E=E6=94=B6?= =?UTF-8?q?=E7=AB=99=E9=A1=B5=E9=9D=A2=E4=B8=AD=E5=B7=B2=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E6=9D=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/recycle/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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})}