feat:语音仪表盘增加新指标显示

This commit is contained in:
zhongzm
2025-09-08 15:30:40 +08:00
parent 55f3e1c673
commit 4403b06416
2 changed files with 494 additions and 6 deletions

View File

@@ -134,3 +134,11 @@ export function updateKPITitle(data: Record<string, any>) {
data: data,
});
}
//忙时呼叫
export async function getbusyhour(query: Record<string, any>) {
return request({
url: '/neData/ims/kpi/busy-hour',
method: 'get',
params: query,
});
}