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