forked from github/dataease
Merge pull request #8564 from dataease/pr@dev-v2_time_search
fix(查询组件): 单选无法过滤
This commit is contained in:
commit
0441ec3151
@ -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')"
|
||||
|
Loading…
Reference in New Issue
Block a user