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({
-
+
查询条件配置