From aacdcd26bf6c7041f5afcab4161b465f1cd1ca1c Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 27 Dec 2023 17:18:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=A8=E8=BF=87=E6=BB=A4=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=BD=BF=E7=94=A8=E9=BB=98=E8=AE=A4=E5=80=BC=E7=9A=84?= =?UTF-8?q?=E6=83=85=E5=86=B5=E4=B8=8B=EF=BC=8C=E8=A7=86=E5=9B=BE=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E6=94=BE=E5=A4=A7=E5=90=8E=E5=B1=95=E7=A4=BA=E7=9A=84?= =?UTF-8?q?=E6=98=AF=E7=BB=84=E4=BB=B6=E9=BB=98=E8=AE=A4=E5=80=BC=20#7314?= 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 3a3dc5edf3..92d34e18c2 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -424,7 +424,7 @@ const listenerEnable = computed(() => { return !showPosition.value.includes('viewDialog') }) onMounted(() => { - queryData(true) + queryData(true && !showPosition.value.includes('viewDialog')) if (!listenerEnable.value) { return }