Commit ece24294 by Billy Larru

listar montos de amanecidas despues de registrar

parent 7de810e5
......@@ -96,6 +96,7 @@ function registrar() {
showConfirmButton: false,
timer: 1500
});
listarMontos();
}
});
......@@ -142,9 +143,9 @@ function mostrarModalEdicion(data = {}) {
}
function mostrarModalEliminacion(data) {
axios.put(URI_POLICIA_MONTOS_AMANECIDAS, data)
swal({
type: 'success',
title: '¡Eliminado correctamente!',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment