From e2d9a76b6a36fa711a54b8880351c6633013cfd9 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 2 Aug 2024 10:45:29 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9Search=E4=B8=AD?= =?UTF-8?q?=E6=A0=91=E5=BD=A2=E5=BC=B9=E6=A1=86=EF=BC=88=E5=B8=A6=E5=87=BA?= =?UTF-8?q?=E5=AD=90=E9=9B=86=E5=92=8C=E5=8D=95=E7=BA=BF=E7=88=B6=E7=BA=A7?= =?UTF-8?q?=EF=BC=89=E5=89=8D=E7=AB=AF=E4=B8=8D=E7=88=B6=E5=AD=90=E5=85=B3?= =?UTF-8?q?=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/Search.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/customField/Search.vue b/src/components/customField/Search.vue index 6e29c1c..971b659 100644 --- a/src/components/customField/Search.vue +++ b/src/components/customField/Search.vue @@ -142,6 +142,7 @@ :tree-data="optionsData[item.dbFieldName]" :replaceFields="{key: 'id', value: 'id', title: 'name', children: 'childPartNameList'}" tree-checkable + treeCheckStrictly show-search allowClear :filterTreeNode="filterTreeOption" @@ -285,6 +286,7 @@ :tree-data="optionsData[item.dbFieldName]" :replaceFields="{key: 'id', value: 'id', title: 'name', children: 'childPartNameList'}" tree-checkable + treeCheckStrictly show-search allowClear :filterTreeNode="filterTreeOption"