From dc649731b673cc94a2925d156c3479b32507908d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E4=BD=B3=E5=AE=87?= <17601616548@163.com>
Date: Wed, 23 Oct 2024 16:21:49 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A5=97=E9=A4=90=E5=88=97=E8=A1=A8=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E5=85=B3=E9=94=AE=E5=AD=97=E7=AD=9B=E9=80=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
h5/pages/main/combo/combo.vue | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
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 = () => {
(自动筛选匹配套餐)
-->
+
+
+
{
-
+