From 9e7651f1b77d6c15b83b45025f688eb1e429e356 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 1 Feb 2024 17:16:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=AF=BC=E8=88=AA=E4=B8=BB=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E9=97=AA=E7=8E=B0=E5=85=B6=E4=BB=96=E7=9A=84?= =?UTF-8?q?=E7=A9=BA=E7=8A=B6=E6=80=81=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/data-visualization/PreviewShow.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/data-visualization/PreviewShow.vue b/core/core-frontend/src/views/data-visualization/PreviewShow.vue index c2752d2b5b..d86d519ddc 100644 --- a/core/core-frontend/src/views/data-visualization/PreviewShow.vue +++ b/core/core-frontend/src/views/data-visualization/PreviewShow.vue @@ -39,6 +39,10 @@ const hasTreeData = computed(() => { return resourceTreeRef.value?.hasData }) +const mounted = computed(() => { + return resourceTreeRef.value?.mounted +}) + const rootManage = computed(() => { return resourceTreeRef.value?.rootManage }) @@ -172,10 +176,10 @@ onBeforeMount(() => { -