feat: 系统管理 组织架构 选人选组织组件替换
This commit is contained in:
@ -136,7 +136,7 @@
|
||||
{
|
||||
field: 'departmentIds',
|
||||
label: t('所属机构'),
|
||||
component: 'TreeSelect',
|
||||
component: 'Dept',
|
||||
componentProps: {
|
||||
placeholder: '请选择所属机构',
|
||||
fieldNames: {
|
||||
@ -144,6 +144,7 @@
|
||||
key: 'id',
|
||||
value: 'id',
|
||||
},
|
||||
isArray: true,
|
||||
multiple: true,
|
||||
getPopupContainer: () => document.body,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user