From 32c06988c77f8b3e561cfd35b9c37cdbcf4f0427 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 3 Apr 2024 14:18:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=B6=E9=97=B4=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E8=AE=BE=E7=BD=AE=E6=97=B6=E9=97=B4=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E8=8C=83=E5=9B=B4=E4=BC=9A=E7=95=99=E5=9C=A8=E4=BB=AA?= =?UTF-8?q?=E8=A1=A8=E6=9D=BF=E7=95=8C=E9=9D=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-component/v-query/QueryConditionConfiguration.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue index 6d69d15509..03cdbf268f 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -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