From f88fd3fae3309946285071da511fade37e1243e0 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 8 Mar 2024 18:18:20 +0800 Subject: [PATCH] =?UTF-8?q?CN-1551=20fix:=20=E4=BF=AE=E5=A4=8Dtracking?= =?UTF-8?q?=E9=A1=B5=E9=AB=98=E4=BA=AE=E5=88=87=E6=8D=A2=E5=A4=B1=E7=81=B5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/location/Index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/location/Index.vue b/src/views/location/Index.vue index ad8e7c6f..46100cf9 100644 --- a/src/views/location/Index.vue +++ b/src/views/location/Index.vue @@ -1114,6 +1114,9 @@ export default { overwriteUrl(newUrl) }, timelineMouseEnter (subscriber, record) { + this.trackingPolygonSourceData.features.forEach(f => { + this.hoverTrigger('trackingHexGrid', f.id, false) + }) if (this.currentShowSubscriber.subscriberId === subscriber.subscriberId) { const find = this.trackingPolygonSourceData.features.find(d => d.properties.hexId === record.hexId) if (find) {