From 966a9956c19d2ffd4dba54b8efe193f9ed2703cb Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Sun, 7 Aug 2022 14:36:39 -0500 Subject: [PATCH] validaciones --- components/registro/CapturaDatos.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/registro/CapturaDatos.vue b/components/registro/CapturaDatos.vue index 2830242..5be3760 100644 --- a/components/registro/CapturaDatos.vue +++ b/components/registro/CapturaDatos.vue @@ -159,7 +159,7 @@ export default { }, methods: { async inscribir() { - if (this.dropFiles.length > 0 && !this.folio) { + if (this.dropFiles.length > 0 || !this.folio) { if (!this.fechaTicket) { return this.imprimirError({ message: