From 6744507acbace2d2dd9ab1e81f39aeed49eb5411 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 11 Sep 2025 17:54:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E7=BB=84=E4=BB=B6=E7=9A=84=E6=97=B6=E9=97=B4=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E4=B8=AD=E7=9A=84=E9=BB=98=E8=AE=A4=E5=80=BC=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E2=80=9C=E8=B6=85=E5=87=BA=E6=97=A5=E6=9C=9F=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E8=8C=83=E5=9B=B4=E2=80=9D=20#16914?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-component/v-query/QueryConditionConfiguration.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue index a7fd073bfd..69aeb854ef 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -2228,6 +2228,8 @@ const timeGranularityMultipleChange = (val: string) => { curComponent.value.relativeToCurrentRange = relativeToCurrentListRange.value[0]?.value } + if (curComponent.value.timeRange) return + curComponent.value.timeRange = { intervalType: 'none', dynamicWindow: false,