This commit is contained in:
Lemuel Marquez
2020-12-26 23:41:51 -06:00
parent 32265f0526
commit aff371aad0
4 changed files with 29 additions and 22 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({path: 'programa/infoResponsable'});
this.$router.push('/admin/programa/infoResponsable');
},
},
computed: {