CN-1420 fix: Detections-Security events模块中,通过Event type查询异常

This commit is contained in:
刘洪洪
2023-10-27 15:49:20 +08:00
parent 00df0414c2
commit 6ba0ca0a82

View File

@@ -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 => {