Merge pull request #7414 from dataease/pr@dev-v2@fix_filter

fix: 在过滤组件使用默认值的情况下,视图过滤放大后展示的是组件默认值 #7314
This commit is contained in:
王嘉豪 2023-12-27 17:19:23 +08:00 committed by GitHub
commit 2668a28555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -424,7 +424,7 @@ const listenerEnable = computed(() => {
return !showPosition.value.includes('viewDialog')
})
onMounted(() => {
queryData(true)
queryData(true && !showPosition.value.includes('viewDialog'))
if (!listenerEnable.value) {
return
}