From 93ff3036fda3d8e9155992c5c924f51acb641d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E7=90=B3?= <1911390090@qq.com> Date: Wed, 14 May 2025 14:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BF=80=E5=85=89=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dialogs/FatigueWakesUp/components/DeviceParam.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/components/DeviceParam.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/components/DeviceParam.vue index d39e9957..0ab3be7b 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/components/DeviceParam.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/components/DeviceParam.vue @@ -270,14 +270,14 @@ export default { } let ask = await this.requestURL("ASKDF",options); - let result = await this.requestURL("ASKMD"); + let workingMode = await this.requestURL("ASKMD"); // if (result.data == 7) { // this.activeName = "second"; // this.tabClick(); // } else { console.log("工作模式") - console.log(result.data) - this.formData.controlType = result.data + "" || "0"; + console.log(workingMode.data) + this.formData.controlType = workingMode.data + "" || "0"; //查询时间 let resultTime = await this.requestURL("ASKTM"); console.log("工作时长")