新增一个UI组件,支持通过部门选人,更加便捷

This commit is contained in:
JEECG
2025-05-04 16:34:12 +08:00
parent cffba084fc
commit 3b34276cf8
7 changed files with 1028 additions and 1 deletions

View File

@ -144,7 +144,7 @@ export const formSchema: FormSchema[] = [
{
field: 'userIds',
label: '指定用户',
component: 'JSelectUser',
component: 'JSelectUserByDepartment',
required: true,
componentProps: {
rowKey: 'id',