Compare commits

..

No commits in common. 'a6bfab4c143990cff2ddb5196ea68aa3d1d59674' and '2938241885bd04da23321e8fb5171c6b09b283da' have entirely different histories.

  1. 5
      src/app/system-management/user/user.component.ts

5
src/app/system-management/user/user.component.ts

@ -133,11 +133,8 @@ export class UserComponent implements OnInit {
products: data ? data : false
}
})
for (let index = 0; index < arrs.length; index++) {
if (arrs[index].id == OrganizationUnitId) {
arrs[index].parentId = null
}
arrs[index].title = arrs[index].displayName
arrs[index].key = arrs[index].id
}

Loading…
Cancel
Save