mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
borrado del error
This commit is contained in:
@ -197,7 +197,9 @@ class PresupuestoCliente {
|
|||||||
if(response.errors.status == 1){
|
if(response.errors.status == 1){
|
||||||
popErrorAlert('' + response.errors.value, "sk-alert", false);
|
popErrorAlert('' + response.errors.value, "sk-alert", false);
|
||||||
}
|
}
|
||||||
console.log(response.errors);
|
else{
|
||||||
|
popAlert2Hide('sk-alert');
|
||||||
|
}
|
||||||
},
|
},
|
||||||
() => { }
|
() => { }
|
||||||
).post();
|
).post();
|
||||||
|
|||||||
Reference in New Issue
Block a user