From 789992ce17a1357cd00328d34b5932ae6f71f023 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 4 Dec 2024 17:51:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B5=8C=E5=85=A5=E5=BC=8F=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/dashboard/DbToolbar.vue | 3 ++- .../src/components/data-visualization/DvToolbar.vue | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index 5ec26dba75..c2c12b978a 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -80,6 +80,7 @@ const resourceGroupOpt = ref(null) const outerParamsSetRef = ref(null) const { wsCache } = useCache('localStorage') const userStore = useUserStoreWithOut() +const isIframe = computed(() => appStore.getIsIframe) const props = defineProps({ createType: { @@ -638,7 +639,7 @@ const initOpenHandler = newWindow => {