forked from github/dataease
fix(查询组件): 单选无法过滤
This commit is contained in:
parent
c354ddefb7
commit
cdba490139
@ -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