Actualizar total bonos barriales en admin
This commit is contained in:
parent
32d84879c7
commit
bf703489fd
|
@ -76,6 +76,8 @@ export default {
|
|||
.then(response => {
|
||||
this.pedidos = response.data.data
|
||||
}).get;
|
||||
axios.get("/api/grupos-de-compra/"+this.gdc+"/bonos-barriales", {})
|
||||
.then(response => this.totalBonosBarriales = response.data.bonos_barriales)
|
||||
},
|
||||
setSeccionActiva(tabId) {
|
||||
this.tabActiva = tabId;
|
||||
|
|
Loading…
Reference in New Issue