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);