validaciones

This commit is contained in:
Andres2908
2022-08-07 14:36:39 -05:00
parent c59e37cad3
commit 966a9956c1
+1 -1
View File
@@ -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: