funcion/actualizaciones #48

Merged
atasistro merged 48 commits from funcion/actualizaciones into master 2025-08-27 19:09:05 -03:00
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,