recarga de las tablas
This commit is contained in:
parent
b1dc0626d7
commit
2bf8eb4e13
@ -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) => {
|
||||
|
@ -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) => {
|
||||
|
@ -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) => {
|
||||
|
@ -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 = ''
|
||||
})
|
||||
|
@ -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) => {
|
||||
|
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user