Browse Source

首页G0321修改

develop
王兴琳 3 days ago
parent
commit
937eb934dc
  1. 21
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/components/DeviceParam.vue
  2. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Thumbnail/index.vue

21
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/components/DeviceParam.vue

@ -268,22 +268,21 @@ export default {
const options={
"ASK":"7"
}
let ask = await this.requestURL("ASKDF",options);
let workingMode = await this.requestURL("ASKMD");
// if (result.data == 7) {
// this.activeName = "second";
// this.tabClick();
// } else {
console.log("工作模式")
console.log(workingMode.data)
this.formData.controlType = workingMode.data + "" || "0";
// let ask = await this.requestURL("ASKDF",options);
//
let resultTime = await this.requestURL("ASKTM");
console.log("工作时长")
console.log(resultTime.data)
this.formData.onWorkStatus = resultTime.data || 0;
this.formData.onWorkStatus = resultTime.data + "" || "0";
this.activeName = "first";
let workingMode = await this.requestURL("ASKMD");
console.log("工作模式")
console.log(workingMode.data)
this.formData.controlType = workingMode.data + "" || "0";
// }
},
async requestURL(functionId, options = {}) {

2
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Thumbnail/index.vue

@ -228,7 +228,7 @@ export default {
},
{
type: "text",
label: "G3021德上高速",
label: "G0321德上高速",
x: width - 50,
y: height / 2 - 21,
attrs: {

Loading…
Cancel
Save