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