recarga de las tablas

This commit is contained in:
Andres2908 2022-07-21 13:07:37 -05:00
parent b1dc0626d7
commit 2bf8eb4e13
6 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,7 @@ export default {
.then((res) => {
this.updateIsLoading(false)
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
this.obtenerCatalogoInfracciones()
this.infraccion = ''
})
.catch((err) => {

View File

@ -107,6 +107,7 @@ export default {
.then((res) => {
this.updateIsLoading(false)
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
this.obtenerCatalogoProgramas()
this.programa = ''
})
.catch((err) => {

View File

@ -105,6 +105,7 @@ export default {
.then((res) => {
this.updateIsLoading(false)
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
this.obtenerCatalogoModelo()
this.modelo = ''
})
.catch((err) => {

View File

@ -131,6 +131,7 @@ export default {
.then((res) => {
this.updateIsLoading(false)
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
this.obtenerCatalogoTipoCarrito()
this.tipoCarrito = ''
this.letra = ''
})

View File

@ -110,6 +110,7 @@ export default {
.then((res) => {
this.updateIsLoading(false)
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
this.obtenerCatalogoTipoEntrada()
this.tipoEntrada = ''
})
.catch((err) => {

View File

@ -103,6 +103,7 @@ export default {
.then((res) => {
this.updateIsLoading(false)
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
this.obtenerCatalogoTipoUsuario()
this.tipoUsuario = ''
})
.catch((err) => {