liberacion corregida

This commit is contained in:
2020-12-10 14:53:01 -06:00
parent 95fee3520e
commit 7dcae9cbb2
5 changed files with 45 additions and 13 deletions
@@ -125,7 +125,7 @@ export default {
localStorage.setItem("correo", responsable.usuario);
localStorage.setItem("idResponsable", responsable.idUsuario);
localStorage.setItem("nombre", responsable.nombre);
this.$router.push("./infoResponsable");
this.$router.push({path: 'programa/infoResponsable'});
},
},
computed: {