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)