diff --git a/h5/pages/main/combo/combo.vue b/h5/pages/main/combo/combo.vue
index 1dcef9d..6a0a8b4 100644
--- a/h5/pages/main/combo/combo.vue
+++ b/h5/pages/main/combo/combo.vue
@@ -160,11 +160,12 @@ const combo_list_computed = computed(() => {
}
return list;
});
-const getComboList = async () => {
+const getComboList = async (e) => {
uni.showLoading();
let obj = {
doctor: $store.save.doctor,
hospital: hospital_active.value,
+ search: e?.value,
};
if ($store.getCheckupTypeId()) {
let b = $store.getCheckupTypeId();
@@ -387,6 +388,16 @@ const toRouter = () => {
(自动筛选匹配套餐)
-->
+
+
+
{
-
+