yanzai 10 months ago
parent e7696559f8
commit 321b4cd1e6

@ -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,

@ -114,7 +114,7 @@
});
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,

Loading…
Cancel
Save