mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-03 00:55:33 +08:00
新增一个UI组件,支持通过部门选人,更加便捷
This commit is contained in:
@ -144,7 +144,7 @@ export const formSchema: FormSchema[] = [
|
||||
{
|
||||
field: 'userIds',
|
||||
label: '指定用户',
|
||||
component: 'JSelectUser',
|
||||
component: 'JSelectUserByDepartment',
|
||||
required: true,
|
||||
componentProps: {
|
||||
rowKey: 'id',
|
||||
|
||||
Reference in New Issue
Block a user