Vue.set(this.order.productOrder, id_product, { | Vue.set(this.order.productOrder, id_product, { | ||||
quantity: theQuantity, | quantity: theQuantity, | ||||
unit: this.order.productOrder[id_product].unit, | unit: this.order.productOrder[id_product].unit, | ||||
price: this.order.productOrder[id_product].price | |||||
price: this.order.productOrder[id_product].price, | |||||
active: this.order.productOrder[id_product].active | |||||
}); | }); | ||||
} | } | ||||
}, | }, |