feat(knowledge): add overview page for knowledge base logs
- Implement new overview page to display file and dataset processing logs
This commit is contained in:
@@ -251,11 +251,11 @@ const knowledgeService = {
|
||||
// ===== 数据管道 =====
|
||||
|
||||
// 获取数据管道日志
|
||||
getDataPipelineLog: (
|
||||
getDataPipelineLogs: (
|
||||
params?: IFetchKnowledgeListRequestParams,
|
||||
body?: IFetchDocumentListRequestBody
|
||||
) => {
|
||||
return request.post(api.fetchDataPipelineLog, body || {}, { params });
|
||||
return request.post(api.fetchDataPipelineLogs, body || {}, { params });
|
||||
},
|
||||
|
||||
// 获取管道详情
|
||||
|
||||
Reference in New Issue
Block a user