From 93127836a206e5b5c1fec7be55f6d1e491170511 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 16 Jul 2024 18:22:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E7=BB=84=E4=BB=B6=E7=9A=84=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=B1=95=E7=A4=BA=E6=94=AF=E6=8C=81=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E5=92=8C=E9=BB=98=E8=AE=A4=E4=B8=A4=E7=A7=8D=E9=80=89?= =?UTF-8?q?=E6=8B=A9=20#10770?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v-query/QueryConditionConfiguration.vue | 11 +++++++++-- 1 file changed, 9 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 c51ece128b..83b1e42c1b 100644 --- a/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/QueryConditionConfiguration.vue @@ -257,8 +257,6 @@ const setTreeDefault = () => { } }) const fieldObj = fieldArr.find(element => element.id === checkId) - console.log(fieldObj, 'fieldObj', fieldArr, checkId) - if (!!curComponent.value.treeFieldList.length) { const [fir] = curComponent.value.treeFieldList if (fir && fir.field !== checkId) { @@ -1517,6 +1515,15 @@ defineExpose({ +
+
选项值数量
+
+ + 默认 + 全部 + +
+
下拉树结构设计