From 15002a0f22e7d4d10ca966c8ed12cd6707575614 Mon Sep 17 00:00:00 2001 From: HZSUZJ Date: Sat, 19 Aug 2023 13:56:39 +0800 Subject: [PATCH] =?UTF-8?q?[Bugfix]=E4=BF=AE=E5=A4=8DTopic=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=BF=BB=E9=A1=B5=E5=88=B0=E7=AC=AC2=E9=A1=B5?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E6=90=9C=E7=B4=A2=E6=98=BE=E7=A4=BA=E4=B8=8D?= =?UTF-8?q?=E5=87=BA=E7=BB=93=E6=9E=9C=E6=9D=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../packages/layout-clusters-fe/src/pages/TopicList/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/km-console/packages/layout-clusters-fe/src/pages/TopicList/index.tsx b/km-console/packages/layout-clusters-fe/src/pages/TopicList/index.tsx index 4c3f88573..8211d2265 100644 --- a/km-console/packages/layout-clusters-fe/src/pages/TopicList/index.tsx +++ b/km-console/packages/layout-clusters-fe/src/pages/TopicList/index.tsx @@ -348,6 +348,7 @@ const AutoPage = (props: any) => { type="icon-fangdajing" onClick={(_) => { setSearchKeywords(searchKeywordsInput); + setPageIndex(1); }} style={{ fontSize: '16px' }} /> @@ -356,6 +357,7 @@ const AutoPage = (props: any) => { value={searchKeywordsInput} onPressEnter={(_) => { setSearchKeywords(searchKeywordsInput); + setPageIndex(1); }} onChange={(e) => { setSearchKeywordsInput(e.target.value);