Commit ece24294 by Billy Larru

listar montos de amanecidas despues de registrar

parent 7de810e5
...@@ -96,6 +96,7 @@ function registrar() { ...@@ -96,6 +96,7 @@ function registrar() {
showConfirmButton: false, showConfirmButton: false,
timer: 1500 timer: 1500
}); });
listarMontos();
} }
}); });
...@@ -142,9 +143,9 @@ function mostrarModalEdicion(data = {}) { ...@@ -142,9 +143,9 @@ function mostrarModalEdicion(data = {}) {
} }
function mostrarModalEliminacion(data) { function mostrarModalEliminacion(data) {
axios.put(URI_POLICIA_MONTOS_AMANECIDAS, data) axios.put(URI_POLICIA_MONTOS_AMANECIDAS, data)
swal({ swal({
type: 'success', type: 'success',
title: '¡Eliminado correctamente!', 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