From 146bab0f36771ab812e5c8f316e9bc0f8bd3da22 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 6 Jun 2025 14:11:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E9=85=8D=E7=BD=AE=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6?= =?UTF-8?q?+=E9=BB=98=E8=AE=A4=E5=80=BC=E5=90=8E=EF=BC=8C=E5=88=9D?= =?UTF-8?q?=E6=AC=A1=E6=B8=B2=E6=9F=93=E4=B8=8D=E4=BC=9A=E5=81=9A=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=20#15955?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/views/index.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 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 829001f47b..489de375e4 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -706,10 +706,19 @@ const changeChartType = () => { const changeDataset = () => { checkFieldIsAllowEmpty() } + +const loadPlugin = ref(false) + onMounted(() => { if (!view.value.isPlugin) { state.drillClickDimensionList = view.value?.chartExtRequest?.drill ?? [] queryData(!showPosition.value.includes('viewDialog')) + } else { + const searched = dvMainStore.firstLoadMap.includes(element.value.id) + const queryFilter = filter(!searched) + view.value['chartExtRequest'] = queryFilter + chartExtRequest.value = queryFilter + loadPlugin.value = true } if (!listenerEnable.value) { return @@ -1146,7 +1155,7 @@ const clearG2Tooltip = () => {