数据查询

This commit is contained in:
Flow 2025-09-01 17:04:37 +08:00
parent 0cce131855
commit e1d7eca70a

View File

@ -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') {