From 3831b21c2e3821e336ee073bc1f5f82ecedfd446 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 30 Oct 2024 16:12:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/v-query/DynamicTimeRangeFiltering.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/v-query/DynamicTimeRangeFiltering.vue b/core/core-frontend/src/custom-component/v-query/DynamicTimeRangeFiltering.vue index 4a8630f3e7..c7bcc574bb 100644 --- a/core/core-frontend/src/custom-component/v-query/DynamicTimeRangeFiltering.vue +++ b/core/core-frontend/src/custom-component/v-query/DynamicTimeRangeFiltering.vue @@ -37,7 +37,7 @@ const props = defineProps({ } }, timeGranularityMultiple: { - type: Object as PropType, + type: String as PropType, default: () => { return 'yearrange' }