Browse Source

激光 工作模式

develop
王兴琳 21 hours ago
parent
commit
93ff3036fd
  1. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/components/DeviceParam.vue

6
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 ask = await this.requestURL("ASKDF",options);
let result = await this.requestURL("ASKMD"); let workingMode = await this.requestURL("ASKMD");
// if (result.data == 7) { // if (result.data == 7) {
// this.activeName = "second"; // this.activeName = "second";
// this.tabClick(); // this.tabClick();
// } else { // } else {
console.log("工作模式") console.log("工作模式")
console.log(result.data) console.log(workingMode.data)
this.formData.controlType = result.data + "" || "0"; this.formData.controlType = workingMode.data + "" || "0";
// //
let resultTime = await this.requestURL("ASKTM"); let resultTime = await this.requestURL("ASKTM");
console.log("工作时长") console.log("工作时长")

Loading…
Cancel
Save