diff --git a/components/admin/servicio/modificar/form.vue b/components/admin/servicio/modificar/form.vue
index 3622604..1ece01b 100644
--- a/components/admin/servicio/modificar/form.vue
+++ b/components/admin/servicio/modificar/form.vue
@@ -31,10 +31,16 @@
-
+
+
-
+
-
+
Carta de aceptación
@@ -98,21 +104,15 @@
diff --git a/components/admin/servicio/vistaServicio.vue b/components/admin/servicio/vistaServicio.vue
index c654eb4..37f27e1 100644
--- a/components/admin/servicio/vistaServicio.vue
+++ b/components/admin/servicio/vistaServicio.vue
@@ -1,7 +1,7 @@
-
+
Regresar
@@ -112,7 +112,7 @@
Cuenta con cuestionario de alumno resuelto.
-
+
Regresar
@@ -148,7 +148,7 @@ export default {
Carrera: {},
Status: {}
},
- idServicio: 1,
+ idServicio: localStorage.getItem('idServicio'),
token: {
headers: {
token: localStorage.getItem('token')
@@ -172,8 +172,8 @@ export default {
},
methods: {
mostrarConfirmar () {
- if (this.alumno.idStatus === 1) return true
- else if (this.alumno.idStatus === 5) {
+ if (this.alumno.Status.idStatus === 1) return true
+ else if (this.alumno.Status.idStatus === 5) {
if (!this.alumno.acatlanContigo) return true
else if (this.vistoBueno) return true
}
@@ -351,6 +351,10 @@ export default {
ariaRole: 'alertdialog',
ariaModal: true
})
+ },
+ regresar () {
+ this.$router.push('./')
+ localStorage.removeItem('idServicio')
}
},
async created () {
diff --git a/nuxt.config.js b/nuxt.config.js
index db93a67..732b29b 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -52,7 +52,7 @@ export default {
},
env: {
// api: 'http://localhost:3000'
- api: 'https://3a654113271d.ngrok.io'
+ api: 'https://6fcf0b54e39d.ngrok.io'
// api: 'https//venus.acatlan.unam.mx/pruebas_pcpuma'
}
diff --git a/pages/admin/programa/infoResponsable/edit/index.vue b/pages/admin/programa/infoResponsable/edit/index.vue
new file mode 100644
index 0000000..9630eb8
--- /dev/null
+++ b/pages/admin/programa/infoResponsable/edit/index.vue
@@ -0,0 +1,36 @@
+
+
+
Editar información del responsable
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/admin/programa/infoResponsable/index.vue b/pages/admin/programa/infoResponsable/index.vue
index 78a9411..08cfc7a 100644
--- a/pages/admin/programa/infoResponsable/index.vue
+++ b/pages/admin/programa/infoResponsable/index.vue
@@ -44,7 +44,7 @@ export default {
{ id: 2, programa: 'programa 2', institucion: 'institucion falsa 2', dependencia: 'dependencia falsa 2', clave: 102 },
{ id: 3, programa: 'programa 3', institucion: 'institucion falsa 3', dependencia: 'dependencia falsa 3', clave: 103 }
],
- selected: {} | null
+ selected: {}
}
},
methods: {