From 9ce38d1a25c1915032d403339db60f07f3c33434 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, 16 Aug 2024 17:48:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Ddetection=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7key=E6=9F=B1=E7=8A=B6=E5=9B=BE=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=92=8C=E6=90=9C=E7=B4=A2=E4=B8=8D=E4=BA=A4?= =?UTF-8?q?=E4=BA=92=E7=9A=84=E9=97=AE=E9=A2=98?= 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 f953919b..ebc99a66 100644 --- a/src/views/detections/Index.vue +++ b/src/views/detections/Index.vue @@ -458,7 +458,7 @@ export default { detectionChart.off('click') detectionChart.on('click', e => { if (e.data) { - vm.getFilter(e.data[1], vm.filterData[2].column) + vm.getFilter(`${e.data[3]},${e.data[2]}`, vm.filterData[2].column) vm.filterData[2].value = vm.triggerFilterDataValue(vm.filterData[2].value, e.data[1]) } })