@ -162,10 +162,11 @@
const getBuyInfo = async () => {
// 获取购买信息
console.log("看看有没有hospital",$store.save_info);
let obj = {
item_ids: selectIds.value,
combo_id: comboId.value,
hospital: $store.save_info.hospital,
hospital: $store.save_info?.hospital?$store.save_info?.hospital:1,
person_id: personId.value,
group_id: groupId.value,
duo_xuan_yi: $store.getDuoXuanYi(),
@ -176,7 +176,7 @@