From 793fe7132b649a022fb038238d9dcfb419e60bdf Mon Sep 17 00:00:00 2001 From: liub Date: Mon, 18 Aug 2025 16:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=A8=E5=B1=80=E8=93=9D?= =?UTF-8?q?=E7=89=99=E7=9B=91=E5=90=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/6155/deviceDetail.vue | 1 + pages/650/HBY650.vue | 143 +++++++++--------------------------- 2 files changed, 35 insertions(+), 109 deletions(-) diff --git a/pages/6155/deviceDetail.vue b/pages/6155/deviceDetail.vue index 275555a..7b809f6 100644 --- a/pages/6155/deviceDetail.vue +++ b/pages/6155/deviceDetail.vue @@ -311,6 +311,7 @@ methods: { getDevice: function() { console.log("LinkedList=", ble.data.LinkedList); + console.log("formData=", these.formData); let f = ble.data.LinkedList.find((v) => { return v.deviceId == these.formData.deviceId; }); diff --git a/pages/650/HBY650.vue b/pages/650/HBY650.vue index a42b3a6..00ac682 100644 --- a/pages/650/HBY650.vue +++ b/pages/650/HBY650.vue @@ -167,13 +167,16 @@