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',