添加接口 列表接口 第一次更新逻辑
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user