Browse Source

fix: 新增部门没有主目录 #I6Y26M

main
xingyu 2 years ago
parent
commit
1022f9bc86
  1. 1
      src/views/system/dept/dept.data.ts

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