{
currentSelectedUserId = row.id;
if (roleGridRef) {
roleGridRef.setFetchDataUrl(Environment.apiContextPath('/api/system/role/queryRolesByUser?userId=') + row.id);
roleGridRef.refresh();
}
if (orgTreeGridRef) {
orgTreeGridRef.setFetchDataUrl(Environment.apiContextPath('/api/system/org/listAllOrgsWithSelectedStatusByUser?userId=') + row.id);
orgTreeGridRef.refresh();
}
}
"
>