limpia de variables
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user