This commit is contained in:
Your Name
2026-08-07 14:54:05 +08:00
parent 58a7197d3e
commit 6ce58bcd85
337 changed files with 325 additions and 309 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import request from '@/utils/request'
/** 角色数据驾驶舱:服务端统一按当前管理员的数据范围聚合。 */
export function performanceDashboardOverview(params?: { ranking_dept_id?: number }) {
export function performanceDashboardOverview(params?: { ranking_dept_id?: number; _t?: number }) {
return request.get(
{ url: '/stats.performanceDashboard/overview', params, timeout: 120000 },
{ ignoreCancelToken: true }