seleccionar area para habilitar boton
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
|
||||
<div class="has-text-centered pb-5">
|
||||
<b-button
|
||||
:disabled="!terminos"
|
||||
:disabled="!(idArea !== '' && terminos)"
|
||||
@click="
|
||||
imprimirWarning(
|
||||
'¿Estas seguro de querer inscribirte a esta área?',
|
||||
@@ -260,6 +260,9 @@ export default {
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
terminos(value) {
|
||||
console.log(value, this.idArea)
|
||||
},
|
||||
inscripcionesUsuario() {
|
||||
this.areaPermitida()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user