sigesp 0.9.75-20231012 → 0.9.76-20231012
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/bundles/sigesp.umd.js +2 -0
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/models/SNO/MAsignacionCargo.model.js +3 -1
- package/fesm2015/sigesp.js +2 -0
- package/fesm2015/sigesp.js.map +1 -1
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -5058,6 +5058,8 @@
|
|
|
5058
5058
|
_this.codigoCentroCosto = e.codcencos;
|
|
5059
5059
|
_this.dnominacionCentroCosto = e.denominacion;
|
|
5060
5060
|
_this.idDtCargoEstructura = parseInt(e.id_dt);
|
|
5061
|
+
_this.cogigoUnidadOrganizativa = e.coduniadm;
|
|
5062
|
+
_this.denominacionUnidadOrganizativa = e.denuniadm;
|
|
5061
5063
|
}
|
|
5062
5064
|
else {
|
|
5063
5065
|
_this.isNew = true;
|