hide filter

This commit is contained in:
2025-04-08 00:03:13 +08:00
parent d0e83f697b
commit db70602e9f
6 changed files with 454 additions and 152 deletions

View File

@@ -67,7 +67,9 @@ export async function getEventsSummary(params: {
projectIds?: string[];
tagIds?: string[];
}): Promise<EventsSummary> {
console.log('getEventsSummary received params:', params);
const filter = buildFilter(params);
console.log('getEventsSummary built filter:', filter);
// 获取基本统计数据
const baseQuery = `