CN-1016 Filter更好统计接口并增加filter字典数据

This commit is contained in:
hyx
2023-06-05 16:40:25 +08:00
parent 2c227c7685
commit f5cb5c94a9
4 changed files with 96 additions and 173 deletions

View File

@@ -38,6 +38,7 @@ export const api = {
knowledgeBase: BASE_CONFIG.apiVersion + '/knowledgeBase',
knowledgeBaseList: BASE_CONFIG.apiVersion + '/knowledgeBase/list',
knowledgeBaseEnable: BASE_CONFIG.apiVersion + '/knowledgeBase/status',
knowledgeBaseStatistics: BASE_CONFIG.apiVersion + '/knowledgeBase/statistics',
// 报告相关
reportJob: '/report/job',