feat: 看板用户事件CDR指定类型MOC/MTSM
This commit is contained in:
@@ -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()}`,
|
||||
|
||||
@@ -186,6 +186,7 @@ export default function useWS() {
|
||||
data: {
|
||||
neType: 'IMS',
|
||||
neId: '001',
|
||||
recordType: 'MOC',
|
||||
sortField: 'timestamp',
|
||||
sortOrder: 'desc',
|
||||
pageNum: 1,
|
||||
|
||||
Reference in New Issue
Block a user