funcion/actualizaciones #48

Open
atasistro wants to merge 47 commits from funcion/actualizaciones into master
Showing only changes of commit 9c07a91914 - Show all commits

View file

@ -85,7 +85,7 @@ export default {
...mapActions('pedido', ["getGrupoDeCompra", "crearPedido", "elegirPedido"]),
...mapMutations("ui", ["toggleTags"]),
async getPedidos(nombre) {
const response = await axios.get('/api/subpedidos/',{
const response = await axios.get('/api/subpedidos',{
params: {
nombre: nombre,
grupo_de_compra: this.grupo_de_compra.id,