diff --git a/resources/js/app.js b/resources/js/app.js index 3b3e9cc..4f26a9f 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -63,12 +63,6 @@ const app = new Vue({ let pedido = this.productos.some(p => p.id == producto.id); return pedido ? this.productos.find(p => p.id == producto.id).pivot.notas : ""; }, - settearDevoluciones() { - axios.get(`/api/grupos-de-compra/${this.gdc}/devoluciones`) - .then(response => { - this.devoluciones = response.data.devoluciones; - }); - } }, mounted() { Event.$on('sync-subpedido', (cantidad, id, notas) => {