fix: refresh data in card page list

This commit is contained in:
jialin
2026-06-16 15:25:46 +08:00
committed by jialin
parent 12e324893f
commit 0820edf55f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ const BackendList = () => {
selectHolder={intl.formatMessage({ id: 'backend.filter.source' })}
buttonText={intl.formatMessage({ id: 'backend.button.add' })}
handleClickPrimary={handleAddBackend}
handleSearch={handleSearch}
handleSearch={() => loadMore(1)}
handleSelectChange={handleFilterBySource}
handleInputChange={handleNameChange}
rowSelection={rowSelection}