iptdevs-design-system 3.1.108 → 3.1.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/cod/modal-referred/modal-referred.component.mjs +2 -2
- package/fesm2015/iptdevs-design-system.mjs +1 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/cod/modal-referred/modal-referred.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -4111,8 +4111,8 @@ class ModalReferredComponent {
|
|
|
4111
4111
|
}
|
|
4112
4112
|
getRoleUser(codeRole) {
|
|
4113
4113
|
this.userService.getUserRoleByCode(codeRole).subscribe((response) => {
|
|
4114
|
+
console.log(response.data);
|
|
4114
4115
|
console.log(response.data[0].role);
|
|
4115
|
-
return response.data[0].role;
|
|
4116
4116
|
});
|
|
4117
4117
|
}
|
|
4118
4118
|
}
|