From e1d7eca70a180debb87d599ef80b690df9acaf4a Mon Sep 17 00:00:00 2001 From: Flow <958079825@qq.com> Date: Mon, 1 Sep 2025 17:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/devices/devices_cards.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/devices/devices_cards.vue b/src/views/devices/devices_cards.vue index 72e3e99cd..f5177eb76 100644 --- a/src/views/devices/devices_cards.vue +++ b/src/views/devices/devices_cards.vue @@ -132,7 +132,7 @@ const handleAction = async (action) => { // 打开心电数据组件 emit('action', { action: 'openECGData', - deviceId: props.deviceInfo.devicecode, + deviceId: props.deviceInfo.id, deviceName: props.deviceInfo.devicename }) } else if (action === 'unlock') {