091220
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
<b-button class="boton is-info my-5" @click="$router.push('./')">
|
||||
<b-button class="boton is-info my-5" @click="regresar()">
|
||||
Regresar
|
||||
</b-button>
|
||||
<p class="is-size-2 mb-4">Información del responsable</p>
|
||||
@@ -20,7 +20,7 @@
|
||||
<p class="is-size-4 mb-4">Institución: {{selected.institucion}}</p>
|
||||
<p class="is-size-4 mb-4">Dependencia: {{selected.dependencia}}</p>
|
||||
<p class="is-size-4 mb-4">Clave: {{selected.clave}}</p>
|
||||
<b-button class="boton is-info my-5" @click="$router.push('./')">
|
||||
<b-button class="boton is-info my-5" @click="regresar()">
|
||||
Regresar
|
||||
</b-button>
|
||||
<b-button class="boton is-info my-5" @click="$router.push('./infoResponsable/editar')">
|
||||
@@ -75,6 +75,10 @@ export default {
|
||||
ariaRole: 'alertdialog',
|
||||
ariaModal: true
|
||||
})
|
||||
},
|
||||
regresar () {
|
||||
this.$router.push('./')
|
||||
localStorage.removeItem('correo')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user