From ba7b55d6ab26977a0909cde73a0b2d86604f3144 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 3 Jul 2024 18:56:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E5=88=B7=E6=96=B0=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/views/index.vue b/core/core-frontend/src/views/chart/components/views/index.vue index 93f940df2a..341d7b9653 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -526,7 +526,7 @@ onMounted(() => { name: 'clearPanelLinkage', callback: function (param) { if (param.viewId === 'all' || param.viewId === element.value.id) { - chartComponent?.value?.clearLinkage() + chartComponent?.value?.clearLinkage?.() } } })