recarga de las tablas
This commit is contained in:
parent
b1dc0626d7
commit
2bf8eb4e13
@ -110,6 +110,7 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.updateIsLoading(false)
|
this.updateIsLoading(false)
|
||||||
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
||||||
|
this.obtenerCatalogoInfracciones()
|
||||||
this.infraccion = ''
|
this.infraccion = ''
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
@ -107,6 +107,7 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.updateIsLoading(false)
|
this.updateIsLoading(false)
|
||||||
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
||||||
|
this.obtenerCatalogoProgramas()
|
||||||
this.programa = ''
|
this.programa = ''
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
@ -105,6 +105,7 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.updateIsLoading(false)
|
this.updateIsLoading(false)
|
||||||
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
||||||
|
this.obtenerCatalogoModelo()
|
||||||
this.modelo = ''
|
this.modelo = ''
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
@ -131,6 +131,7 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.updateIsLoading(false)
|
this.updateIsLoading(false)
|
||||||
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
||||||
|
this.obtenerCatalogoTipoCarrito()
|
||||||
this.tipoCarrito = ''
|
this.tipoCarrito = ''
|
||||||
this.letra = ''
|
this.letra = ''
|
||||||
})
|
})
|
||||||
|
@ -110,6 +110,7 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.updateIsLoading(false)
|
this.updateIsLoading(false)
|
||||||
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
||||||
|
this.obtenerCatalogoTipoEntrada()
|
||||||
this.tipoEntrada = ''
|
this.tipoEntrada = ''
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
@ -103,6 +103,7 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.updateIsLoading(false)
|
this.updateIsLoading(false)
|
||||||
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
this.$alertsGenericos.imprimirMensaje(this.$buefy, res.data.message)
|
||||||
|
this.obtenerCatalogoTipoUsuario()
|
||||||
this.tipoUsuario = ''
|
this.tipoUsuario = ''
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user