diff --git a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue index 6824ace9..26faeb73 100644 --- a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue @@ -244,7 +244,7 @@ export default { path: '/entityDetail', query: { entityType: type, - name: name + entityName: name } }) window.open(href, '_blank') diff --git a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue index 710339c9..6576d614 100644 --- a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue @@ -275,7 +275,7 @@ export default { path: '/entityDetail', query: { entityType: type, - name: name + entityName: name } }) window.open(href, '_blank') diff --git a/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue b/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue index 8da10026..ae391b42 100644 --- a/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue @@ -236,7 +236,7 @@ export default { path: '/entityDetail', query: { entityType: type, - name: name + entityName: name } }) window.open(href, '_blank') diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue index c0ca3012..ff883d67 100644 --- a/src/views/detections/overview/DetectionSecurityEventOverview.vue +++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue @@ -379,7 +379,7 @@ export default { path: '/entityDetail', query: { entityType: type, - name: name + entityName: name } }) window.open(href, '_blank')