From 3d2d27a899587322cc0e4877164abc291c509457 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Fri, 18 Jul 2025 16:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=82=A3=E8=80=85=E5=90=8E?= =?UTF-8?q?=20=E7=82=B9=E5=87=BB=E7=A1=AE=E8=AE=A4=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/analysis/HOLTER.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/analysis/HOLTER.vue b/src/views/analysis/HOLTER.vue index c945cec..75e82cc 100644 --- a/src/views/analysis/HOLTER.vue +++ b/src/views/analysis/HOLTER.vue @@ -1602,8 +1602,8 @@ const handleSelectPatients = () => { /** 患者选择确认 */ const handlePatientConfirm = (patients: any[], type: string) => { - console.log('选中的患者:', patients) - console.log('操作类型:', type) + // 刷新列表数据 + getList() } /** 患者选择取消 */