sigesp 0.8.75-20220504 → 0.8.76-20220506

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.
@@ -4172,6 +4172,7 @@
4172
4172
  _this.denominacionEstructuraOrganizativa = e.denestorg;
4173
4173
  _this.idPersonal = parseInt(e.id_personal);
4174
4174
  _this.nivel = parseInt(e.nivel);
4175
+ _this.idDtCargoEstructura = parseInt(e.id_dt);
4175
4176
  }
4176
4177
  else {
4177
4178
  _this.isNew = true;