git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C92
This commit is contained in:
parent
63ea47c06f
commit
eff4d04956
2 changed files with 3 additions and 2 deletions
|
|
@ -295,9 +295,9 @@ this.GuardarConvocadosPropuestaNormativa = function (data) {
|
||||||
ArrayParticipantes.push(Convocatoria);
|
ArrayParticipantes.push(Convocatoria);
|
||||||
});
|
});
|
||||||
|
|
||||||
var uri = CatalogosWCF + '/api/InsertarActualizarRolesPantallas';
|
var uri = CatalogosWCF + '/api/GuardarConvocatoriaProyectoNormativo';
|
||||||
var model = {
|
var model = {
|
||||||
ListaRolesPantallas: ArrayParticipantes
|
ListaConvocatoria: Convocatoria
|
||||||
};
|
};
|
||||||
|
|
||||||
AjaxPostData(uri, model, true, true, null, null, null);
|
AjaxPostData(uri, model, true, true, null, null, null);
|
||||||
|
|
|
||||||
|
|
@ -18,5 +18,6 @@ namespace AYA.SlnSinortModel.Entidades
|
||||||
public ProyectoNormativo ProyectoNormativo { get; set; }
|
public ProyectoNormativo ProyectoNormativo { get; set; }
|
||||||
public Convocatoria Convocado { get; set; }
|
public Convocatoria Convocado { get; set; }
|
||||||
public List<ProyectoNormativo> ProyectosNormativos { get; set; }
|
public List<ProyectoNormativo> ProyectosNormativos { get; set; }
|
||||||
|
public List<Convocatoria> ListaConvocatoria { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue