limpia de variables

This commit is contained in:
Andres2908
2022-07-29 13:59:43 -05:00
parent 8f748cbc41
commit ec3ad54203
2 changed files with 1 additions and 5 deletions
-2
View File
@@ -53,10 +53,8 @@ export default {
declinarInscripcion() {
const data = {
numeroCuenta: this.numeroCuenta,
monto: this.monto,
idArea: this.idArea,
folio: this.folio,
fechaTicket: this.fechaTicket,
motivo: this.motivo,
validacion: 0,
}
+1 -3
View File
@@ -99,10 +99,8 @@ export default {
validar() {
const data = {
numeroCuenta: localStorage.getItem('noCuenta'),
monto: localStorage.getItem('monto'),
idArea: localStorage.getItem('idArea'),
folio: this.folio,
fechaTicket: this.fechaTicket,
idArea: localStorage.getItem('idArea'),
validacion: 1,
}