mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 18:50:48 +00:00
Fix tool
This commit is contained in:
@@ -8,11 +8,12 @@ const startMatricola = parseInt(matrda);
|
||||
const endMatricola = parseInt(matra);
|
||||
let jsonArray = [];
|
||||
for (let i = startMatricola; i <= endMatricola; i++) {
|
||||
link2 = link + "#" + i.toString();
|
||||
let baseJson = {
|
||||
"matricola": i.toString(),
|
||||
"settore": selezione,
|
||||
"modello": modello,
|
||||
"link": link
|
||||
"link": link2
|
||||
};
|
||||
|
||||
jsonArray.push(baseJson);
|
||||
|
Reference in New Issue
Block a user