validaciones
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user