Merge pull request #11301 from dataease/pr@dev-v2_st

fix(查询组件): 仪表板-移动端布局-筛选组件-日期筛选-无法正常使用 #11042
This commit is contained in:
dataeaseShu 2024-07-31 20:12:49 +08:00 committed by GitHub
commit d658c97557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,6 +151,7 @@ const init = () => {
selectValue.value = plus ? [] : undefined
}
multiple.value = config.value.displayType === '7'
currentDate.value = currentDate.value.slice(0, getIndex() + 1)
}
const queryConditionWidth = inject('com-width', Function, true)