Merge pull request #8921 from dataease/pr@dev-v2_bug_fix

fix(查询组件): 修复时间查询条件的设置时间筛选范围会留在仪表板界面的问题
This commit is contained in:
dataeaseShu 2024-04-03 14:19:24 +08:00 committed by GitHub
commit 5deaf3e5bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,6 +220,7 @@ const setTypeChange = () => {
}
const cancelClick = () => {
visiblePopover.value = false
dialogVisible.value = false
}
@ -510,6 +511,7 @@ const handleBeforeClose = () => {
const confirmClick = () => {
if (validate()) return
inputCom.value?.mult?.handleClickOutside?.()
visiblePopover.value = false
dialogVisible.value = false
conditions.value.forEach(ele => {
curComponent.value = ele