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 {
|
return {
|
||||||
eType: 'cdr',
|
eType: 'cdr',
|
||||||
eId: `cdr_${item.id}_${Date.now()}`,
|
eId: `cdr_${item.id}_${Date.now()}`,
|
||||||
|
|||||||
@@ -186,6 +186,7 @@ export default function useWS() {
|
|||||||
data: {
|
data: {
|
||||||
neType: 'IMS',
|
neType: 'IMS',
|
||||||
neId: '001',
|
neId: '001',
|
||||||
|
recordType: 'MOC',
|
||||||
sortField: 'timestamp',
|
sortField: 'timestamp',
|
||||||
sortOrder: 'desc',
|
sortOrder: 'desc',
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user