From a3b13789a6bd9e2f8b86df54be54b6cfb8d656fa Mon Sep 17 00:00:00 2001 From: fyy <2717885210@qq.com> Date: Wed, 2 Jul 2025 09:48:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=8D=E5=8A=A1=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/property/clean/cleanOrders/clean-modal.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/property/clean/cleanOrders/clean-modal.vue b/apps/web-antd/src/views/property/clean/cleanOrders/clean-modal.vue index a0e5f252..551b9a80 100644 --- a/apps/web-antd/src/views/property/clean/cleanOrders/clean-modal.vue +++ b/apps/web-antd/src/views/property/clean/cleanOrders/clean-modal.vue @@ -348,7 +348,9 @@ async function setupCommunitySelect() { // addFullName(areaList, 'areaName', ' / '); const splitStr = '/'; handleNode(areaList, 'label', splitStr, function (node: any) { - + if (node.level != 5) { + node.disabled = true; + } }); formApi.updateSchema([ {