添加接口 列表接口 第一次更新逻辑

This commit is contained in:
张成
2025-09-10 11:11:12 +08:00
parent 8a1a2af1e9
commit d38baa9c5b
3 changed files with 17 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ export interface ListState {
}
export interface ListActions {
fetchMatches: (params?: Record<string, any>) => Promise<void>
fetchMatches: (params?: Record<string, any>,isFirstLoad?: Boolean) => Promise<void>
// getIntegrateListData: (params?: Record<string, any>) => Promise<void>
getMatchesData: () => void
clearError: () => void