From 1a9f5a804de089833b06cc979eeb42ca5541e9ef Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 30 Oct 2024 16:17:53 +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/DynamicTimeFiltering.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/v-query/DynamicTimeFiltering.vue b/core/core-frontend/src/custom-component/v-query/DynamicTimeFiltering.vue index 952d905aea..dd182f6ed9 100644 --- a/core/core-frontend/src/custom-component/v-query/DynamicTimeFiltering.vue +++ b/core/core-frontend/src/custom-component/v-query/DynamicTimeFiltering.vue @@ -30,7 +30,7 @@ const props = defineProps({ } }, timeGranularityMultiple: { - type: Object as PropType, + type: String as PropType, default: () => { return 'yearrange' }