mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-18 15:26:54 +08:00
format
This commit is contained in:
@@ -173,7 +173,7 @@ export default {
|
||||
},
|
||||
// 处理角色选择变化
|
||||
handleRolesChange(roleIds) {
|
||||
this.form.sysUserRoleDTOs = roleIds.map(id => ({ roleId: id }));
|
||||
this.form.sysUserRoleDTOs = roleIds.map(id => ({ roleId: id }))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user