考勤日历视图
This commit is contained in:
@@ -64,7 +64,7 @@ const loadData = async () => {
|
||||
|
||||
// 转换用户数据
|
||||
const transformedUserList = userList.map(user => ({
|
||||
id: `user_${user.userId}`,
|
||||
id: `${user.userId}`,
|
||||
label: user.nickName || user.userName,
|
||||
parentId: `dept_${user.deptId}`,
|
||||
type: 'user'
|
||||
|
||||
Reference in New Issue
Block a user