From 1022f9bc8660f27e40118cdafbfe76c5948d477d Mon Sep 17 00:00:00 2001 From: xingyu Date: Sun, 23 Apr 2023 14:34:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=A2=9E=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E4=B8=BB=E7=9B=AE=E5=BD=95=20#I6Y26M?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/dept.data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/dept/dept.data.ts b/src/views/system/dept/dept.data.ts index 28ea5e7e..93cc62c6 100644 --- a/src/views/system/dept/dept.data.ts +++ b/src/views/system/dept/dept.data.ts @@ -89,6 +89,7 @@ export const formSchema: FormSchema[] = [ component: 'ApiTreeSelect', componentProps: { api: () => listSimpleDept(), + parent: '主类目', fieldNames: { label: 'name', key: 'id',