whychw
2020-12-07 792ac52cea856bbd8c35ff88a94b41128e16fd3b
U 综合管理页面运行状态对应错误修正
2个文件已修改
5 ■■■■■ 已修改文件
src/views/general/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/loadManager/manualload.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/general/index.vue
@@ -844,10 +844,10 @@
          this.powerInfo[2].cur = (CD.alldccurr).toFixed(bit);
          // 电源运行状态
          if (AB.alldcvol > 50) {
            this.status_power[2].run = true;
            this.status_power[3].run = true;
          }
          if (CD.alldcvol > 50) {
            this.status_power[1].run = true;
            this.status_power[2].run = true;
          }
        }
      });
src/views/loadManager/manualload.vue
@@ -338,7 +338,6 @@
    }
    // KM开关切换
    ,switch3DHandle (item, index) {
      console.log('-=-=-=-=-');
      // 根据机柜信息和点击的按钮的编号构造查询条件
      let searchParams = {
        dev_id: item.dev_id,