|
|
|
|
@ -94,9 +94,11 @@
|
|
|
|
|
value: 0
|
|
|
|
|
}])
|
|
|
|
|
const HospitalActivityPackageList = async () => {
|
|
|
|
|
|
|
|
|
|
const response = await HospitalActivityPackageListAction({
|
|
|
|
|
hospital: hospital_info.value.id
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
$response(response, () => {
|
|
|
|
|
package_list.value = [{
|
|
|
|
|
label: '全部',
|
|
|
|
|
@ -154,7 +156,6 @@
|
|
|
|
|
const max_count = ref(0)
|
|
|
|
|
const combo_list = ref([])
|
|
|
|
|
const ComboList = async () => {
|
|
|
|
|
console.log('--------------')
|
|
|
|
|
uni.showLoading()
|
|
|
|
|
const response = await ComboListAction({
|
|
|
|
|
hospital: hospital_info.value.id
|
|
|
|
|
|