fehca viata alumno reparada

This commit is contained in:
2021-01-22 18:50:32 -06:00
parent e375b0ce3d
commit 56db9d343d
11 changed files with 41 additions and 54 deletions
@@ -81,11 +81,9 @@ export default {
)
.then((res) => {
this.programas = res.data;
console.log(res.data);
})
.catch((err) => {
this.error(err.response.data.message);
console.log(err.response.data.message);
});
},
error(msj) {