Compare commits
2 Commits
6d2d3bda67
...
9f19b8fb66
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f19b8fb66 | |||
| 14ddd2839b |
@@ -173,7 +173,7 @@ const weekTotalData = ref({
|
||||
pay_deposit_to_money_rate: {},
|
||||
group_funnel: {},
|
||||
group_call_duration: {},
|
||||
});
|
||||
})
|
||||
// 团队异常预警
|
||||
const groupAbnormalResponse = ref({})
|
||||
async function TeamGetGroupAbnormalResponse() {
|
||||
@@ -188,9 +188,9 @@ async function TeamGetGroupAbnormalResponse() {
|
||||
let alertId = 1
|
||||
|
||||
// 处理严重超时异常人员
|
||||
const timeoutPersons = rawData.erious_timeout_rate_abnorma || []
|
||||
const timeoutPersons = rawData?.serious_timeout_rate_abnorma || []
|
||||
// 处理表格填写异常人员
|
||||
const fillingPersons = rawData.table_filling_abnormal || []
|
||||
const fillingPersons = rawData?.table_filling_abnormal || []
|
||||
|
||||
// 为每个异常人员生成独立的预警消息
|
||||
|
||||
|
||||
Reference in New Issue
Block a user