feat: 看板用户事件CDR指定类型MOC/MTSM

This commit is contained in:
TsMask
2024-02-06 16:21:05 +08:00
parent 93a736a897
commit f07f57e7b4
2 changed files with 6 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ export function cdrEventParse(item: Record<string, any>) {
}
}
// 指定显示CDR类型MOC/MTSM
if (!['MOC', 'MTSM'].includes(evData.recordType)) {
return false;
}
return {
eType: 'cdr',
eId: `cdr_${item.id}_${Date.now()}`,