南昌市物联网技防平台-前端
shuishen
2021-04-09 6319eb9fd0df70d237abcf2f270e7d8703f59cad
src/views/supervisoryConsole/card.vue
@@ -146,11 +146,11 @@
          });
        } else if (this.radio == "仅显示预警设备") {
          res.data.data.forEach((item) => {
            if (item.state == "" && item.onlineStatus == 1) c.push(item);
            if (item.jtype == 1) c.push(item);
          });
        } else if (this.radio == "仅显示设备掉线") {
          res.data.data.forEach((item) => {
            if (item.state == "" && item.onlineStatus != 1) b.push(item);
            if (item.onlineStatus != 1) b.push(item);
          });
        } else if (this.radio == "仅显示设备故障") {
          res.data.data.forEach((item) => {