|
|
|
@ -183,11 +183,9 @@ export const getAddEditFormSchemas = (t: Function, userTypeRef: Ref<any[]>): For |
|
|
|
showSearch: true, |
|
|
|
api: getDeptTreeListApi, |
|
|
|
allowClear: true, |
|
|
|
fieldNames: { |
|
|
|
children: 'children', |
|
|
|
label: 'deptName', |
|
|
|
value: 'deptId', |
|
|
|
}, |
|
|
|
childrenField: 'children', |
|
|
|
labelField: 'deptName', |
|
|
|
valueField: 'deptId', |
|
|
|
placeholder: t('system.views.user.validate.selectDept'), |
|
|
|
}, |
|
|
|
}, |
|
|
|
|