From 3fb2921e7212a16934d53a723902eba19a386444 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 29 Nov 2023 17:58:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=A8=E6=80=81=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=88=87=E6=8D=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/v-query/QueryConditionConfiguration.vue | 1 - 1 file changed, 1 deletion(-) 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 6b2218224e..3ab5cb0d2d 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -598,7 +598,6 @@ const relativeToCurrentTypeList = computed(() => { }) const timeGranularityChange = (val: string) => { - if (curComponent.value.timeType !== 'dynamic') return if ( ['year', 'month', 'date', 'datetime'].indexOf(val) < ['year', 'month', 'date'].indexOf(curComponent.value.relativeToCurrentType)