fix(仪表板): 查询组件的时间范围中的默认值提示“超出日期筛选范围” #16914

This commit is contained in:
dataeaseShu
2025-09-11 17:54:13 +08:00
committed by dataeaseShu
parent 1e13a6e369
commit 6744507acb

View File

@@ -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,