correctif bug in extremis
This commit is contained in:
parent
4d515a8b00
commit
d9a7a8835d
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
async getData(detail, type){
|
async getData(detail, type){
|
||||||
if(!localStorage.getItem(`${type}+${detail}`)){
|
if(!localStorage.getItem(`${type}+${detail}`)){
|
||||||
let rep = await fetch(`https://data.enseignementsup-recherche.gouv.fr/api/records/1.0/search/?dataset=fr-esr-parcoursup&q=&sort=tri&facet=session&facet=contrat_etab&facet=cod_uai&facet=g_ea_lib_vx&facet=dep_lib&facet=region_etab_aff&facet=acad_mies&facet=ville_etab&facet=lib_for_voe_ins&facet=select_form&facet=fili&facet=form_lib_voe_acc&facet=fil_lib_voe_acc&facet=detail_forma&facet=tri&facet=cod_aff_form&facet=etablissement_id_paysage&facet=composante_id_paysage&refine.form_lib_voe_acc=${encodeURIComponent(type)}&refine.fil_lib_voe_acc=${encodeURIComponent(detail)}&timezone=Europe%2FBerlin&rows=352&refine.sexe=F`);
|
let rep = await fetch(`https://data.enseignementsup-recherche.gouv.fr/api/records/1.0/search/?dataset=fr-esr-parcoursup&q=&sort=tri&facet=session&facet=contrat_etab&facet=cod_uai&facet=g_ea_lib_vx&facet=dep_lib&facet=region_etab_aff&facet=acad_mies&facet=ville_etab&facet=lib_for_voe_ins&facet=select_form&facet=fili&facet=form_lib_voe_acc&facet=fil_lib_voe_acc&facet=detail_forma&facet=tri&facet=cod_aff_form&facet=etablissement_id_paysage&facet=composante_id_paysage&refine.form_lib_voe_acc=${encodeURIComponent(type)}&refine.fil_lib_voe_acc=${encodeURIComponent(detail)}&timezone=Europe%2FBerlin&rows=10000&refine.sexe=F`);
|
||||||
rep = await rep.json();
|
rep = await rep.json();
|
||||||
|
|
||||||
localStorage.setItem(`${type}+${detail}`, JSON.stringify(rep))
|
localStorage.setItem(`${type}+${detail}`, JSON.stringify(rep))
|
||||||
|
Loading…
Reference in New Issue
Block a user