From 6ba0ca0a82e79dbcab5de096f24c91193d71f7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Fri, 27 Oct 2023 15:49:20 +0800 Subject: [PATCH] =?UTF-8?q?CN-1420=20fix:=20Detections-Security=20events?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E4=B8=AD=EF=BC=8C=E9=80=9A=E8=BF=87Event=20t?= =?UTF-8?q?ype=E6=9F=A5=E8=AF=A2=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detections/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {