{
+ 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();
+ }
+ }
+ "
>
@@ -26,45 +188,237 @@