diff --git a/src/views/table/components/table-diancan.vue b/src/views/table/components/table-diancan.vue index 410ce05..7afe3f5 100644 --- a/src/views/table/components/table-diancan.vue +++ b/src/views/table/components/table-diancan.vue @@ -1548,12 +1548,14 @@ export default { }) .catch(() => {}); }, - //退单 + //退菜 async refReturnCartConfirm() { const res = await $returnCart({ cartId: this.order.selGoods.id, tableId: this.table.tableId, }); + this.order.selGoods.status = "return"; + this.order.old.selIndex=-1; console.log(this.order.selGoods); }, // 台桌列表