I have the following, I get a Json and I put it back with a For, the intention is to modify some properties in this case the status,
for (var i = 0; i < datos.length; i++) {
if(datos[i].id_expediente === this.id_expediente ){
cons...
asked by
02.07.2018 / 18:24