From 8990e921ae340762b192b2406d0d85d1e688b12c Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 27 Mar 2024 14:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BC=B9=E7=AA=97=E5=85=B3?= =?UTF-8?q?=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AiDvMap.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/AiDvMap.vue b/components/AiDvMap.vue index 476c0471..e8635a7b 100644 --- a/components/AiDvMap.vue +++ b/components/AiDvMap.vue @@ -195,6 +195,9 @@ export default { } this.dialogPos = {left: offsetX + 'px', top: offsetY + 'px'} }) + this.chart.on('globalout', () => { + this.dialog = false + }) } }) },