代客下单确认订单增加
当就餐类型切换后重新获取购物车数据
This commit is contained in:
@@ -637,6 +637,7 @@
|
|||||||
tableId,
|
tableId,
|
||||||
cartIds: goods.list.map((v) => v.id),
|
cartIds: goods.list.map((v) => v.id),
|
||||||
})
|
})
|
||||||
|
getCart()
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
watch(() => eatTypes.active, (newval) => {
|
watch(() => eatTypes.active, (newval) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user