From deeea0ae76619fa812127c3be96590888575eec5 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 22 Jan 2024 11:20:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=9B=BE=E8=A1=A8=E6=94=BE?= =?UTF-8?q?=E5=A4=A7=E6=97=B6=E7=A6=81=E7=94=A8=E8=81=94=E5=8A=A8=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E7=AD=89=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/views/components/ChartComponentG2Plot.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue b/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue index ee0981b213..d78e6ac3fd 100644 --- a/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue +++ b/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue @@ -232,8 +232,8 @@ const trackClick = trackAction => { const trackMenu = computed(() => { const trackMenuInfo = [] - // 复用状态的仪表板不进行联动、跳转和下钻的动作 - if (!'multiplexing'.includes(showPosition.value)) { + // 复用、放大状态的仪表板不进行联动、跳转和下钻的动作 + if (!['multiplexing', 'viewDialog'].includes(showPosition.value)) { let linkageCount = 0 let jumpCount = 0 chartData.value?.fields?.forEach(item => {