|
|
|
|
@ -101,7 +101,7 @@ const getBuyInfo = async () => {
|
|
|
|
|
});
|
|
|
|
|
let obj = {
|
|
|
|
|
item_ids: selectIds.value,
|
|
|
|
|
hospital: $store.save_info.hospital,
|
|
|
|
|
hospital: $store.save_info?.hospital?$store.save_info?.hospital:1,
|
|
|
|
|
person_id: personId.value,
|
|
|
|
|
group_id: groupId.value,
|
|
|
|
|
combo_id: comboId.value,
|
|
|
|
|
|