feat(knowledge): enhance knowledge base management with improved interfaces and components
refactor(interfaces): add comprehensive documentation and type definitions feat(components): implement empty state handling and team filtering in KnowledgeGridView refactor(hooks): optimize knowledge list fetching with better parameter handling style(interfaces): improve code readability with detailed comments
This commit is contained in:
@@ -23,7 +23,7 @@ const knowledgeService = {
|
||||
params?: IFetchKnowledgeListRequestParams,
|
||||
body?: IFetchKnowledgeListRequestBody
|
||||
) => {
|
||||
return request.post(api.kb_list, { data: body || {}, params });
|
||||
return request.post(api.kb_list, { data: body || {}}, { params });
|
||||
},
|
||||
|
||||
// 创建知识库
|
||||
|
||||
Reference in New Issue
Block a user