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

fix(查询组件): 设置固定默认值未生效,大屏编辑页面编辑过滤组件默认值后,点击预览后默认值被清空
This commit is contained in:
dataeaseShu 2024-07-17 17:01:23 +08:00 committed by GitHub
commit 5e3f704c8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,7 @@ const handleValueChange = () => {
: selectValue.value
return
}
config.value.defaultValue = value
config.value.defaultValue = new Date(value).toLocaleString()
}
const init = () => {