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