sigesp 0.8.83-20220512 → 0.8.84-20220512
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 +1 -2
- 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/interfaces/RecursosHumanos.js +1 -1
- package/esm2015/lib/core/models/SNO/MCargosPersonal.model.js +2 -3
- package/fesm2015/sigesp.js +1 -2
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/RecursosHumanos.d.ts +0 -1
- package/lib/core/models/SNO/MCargosPersonal.model.d.ts +0 -1
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -7897,7 +7897,6 @@
|
|
|
7897
7897
|
_this.montoCompensacionGrado = 0;
|
|
7898
7898
|
_this.estatusMPPPE = false;
|
|
7899
7899
|
_this.detallesOrganigrama = [];
|
|
7900
|
-
_this.organigramaEliminar = [];
|
|
7901
7900
|
_this.detallesNomina = [];
|
|
7902
7901
|
if (p) {
|
|
7903
7902
|
_this.idPersonal = parseInt(p.id_personal);
|
|
@@ -7945,7 +7944,7 @@
|
|
|
7945
7944
|
id_ubifis: this.idUbicacionFisica.toString(),
|
|
7946
7945
|
id_personalcargo: this.idPersonalCargo.toString(),
|
|
7947
7946
|
detalles_organigrama: this.detallesOrganigrama.map(function (e) { return e.dataInterface(); }),
|
|
7948
|
-
|
|
7947
|
+
detalles_nomina: this.detallesNomina.map(function (e) { return e.dataInterface(); }),
|
|
7949
7948
|
};
|
|
7950
7949
|
};
|
|
7951
7950
|
return MCargosPersonal;
|