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 9eca9348cf..d3f3f6c525 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 }