diff --git a/src/views/detections/Index.vue b/src/views/detections/Index.vue index 2c19371f..77e5bc80 100644 --- a/src/views/detections/Index.vue +++ b/src/views/detections/Index.vue @@ -483,7 +483,7 @@ export default { const vm = this detectionChart.off('click') detectionChart.on('click', e => { - vm.filterData.securityEvent[1].value = vm.triggerFilterDataValue(vm.filterData.securityEvent[1].value, e.data.name) + vm.filterData.securityEvent[2].value = vm.triggerFilterDataValue(vm.filterData.securityEvent[2].value, e.data.name) }) } }).catch(e => {