From 181eae4803ce5b1d8b6c1ad085358cb1ffb88bc8 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Thu, 13 Nov 2025 09:59:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=94=A8=E6=88=B7=E8=81=94?= =?UTF-8?q?=E5=8A=A8=E6=95=88=E6=9E=9C=E5=AE=9E=E7=8E=B0v1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/public/expand/org.vue | 2 +- .../public/expand/rangedUserTree.vue | 2 +- .../DesignForm/public/form/form.vue | 129 +++++++++++++++++- 3 files changed, 129 insertions(+), 4 deletions(-) diff --git a/src/components/DesignForm/public/expand/org.vue b/src/components/DesignForm/public/expand/org.vue index 75f2741..5c541ef 100644 --- a/src/components/DesignForm/public/expand/org.vue +++ b/src/components/DesignForm/public/expand/org.vue @@ -309,7 +309,7 @@ function filterTreeNodes(nodes: any[], keepIds: Set) { const multiple = props.data.control.multiple=='1' -