From 0f864b22c11c65ea78ac7c1f0993209fe8621f8d Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 21 Dec 2025 21:15:49 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90ele=E3=80=91=E3=80=90infra?= =?UTF-8?q?=E3=80=91=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E9=80=89=E4=B8=AD=E8=8F=9C=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=20https://t.zsxq.com/xZ4fL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-ele/src/views/infra/codegen/data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web-ele/src/views/infra/codegen/data.ts b/apps/web-ele/src/views/infra/codegen/data.ts index 6671b5f93..f421263ce 100644 --- a/apps/web-ele/src/views/infra/codegen/data.ts +++ b/apps/web-ele/src/views/infra/codegen/data.ts @@ -172,6 +172,7 @@ export function useGenerationInfoBaseFormSchema(): VbenFormSchema[] { valueField: 'id', childrenField: 'children', placeholder: '请选择上级菜单', + checkStrictly: true, filterTreeNode(input: string, node: Recordable) { if (!input || input.length === 0) { return true;