Merge pull request #8564 from dataease/pr@dev-v2_time_search

fix(查询组件): 单选无法过滤
This commit is contained in:
dataeaseShu 2024-03-18 15:48:56 +08:00 committed by GitHub
commit 0441ec3151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -388,6 +388,7 @@ const formatDate = computed(() => {
v-else
v-model="selectValue"
:type="config.timeGranularity"
@change="handleValueChange"
:prefix-icon="calendar"
:style="selectStyle"
:placeholder="$t('commons.date.select_date_time')"