From e52b5e1b9da11af4f0c340c605489c98a08b47f9 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 11 Jan 2024 11:37:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=88=A0=E9=99=A4=E5=90=8E=EF=BC=8C=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E7=BC=96=E8=BE=91=E8=BF=98=E5=AD=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-component/v-query/QueryConditionConfiguration.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 3df3d35f64..8a1301d08d 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -689,6 +689,7 @@ const addOperation = (cmd, condition, index) => { case 'del': renameInput.value = [] conditions.value.splice(index, 1) + curComponent.value = null break case 'rename': renameInput.value = [] @@ -820,7 +821,7 @@ defineExpose({ -
+
选择关联图表及字段 @@ -917,7 +918,7 @@ defineExpose({
-
+
查询条件配置