南昌市物联网技防平台-前端
shuishen
2021-04-23 7aa1905e6d124f009de17dfdf8bc174122bb6694
src/views/supervisoryConsole/card.vue
@@ -52,7 +52,7 @@
            "
          >
            <div>{{ item.deviceName }}</div>
            <div style="width: 80%;">{{ item.street }}</div>
            <div style="width: 80%">{{ item.street }}</div>
            <div class="cet">
              {{
@@ -129,7 +129,7 @@
        this.loading = false;
      }, 2000);
    },
    inputSearchBtn() {
      this.getEquipmentLists();
    },
@@ -161,11 +161,7 @@
          });
        } else if (this.radio == "仅显示设备掉线") {
          res.data.data.forEach((item) => {
            if (item.jtype == 1 && item.onlineStatus != 1) {
              f.push(item);
            } else {
              if (item.onlineStatus != 1) b.push(item);
            }
            if (item.onlineStatus != 1) b.push(item);
          });
        } else if (this.radio == "仅显示设备故障") {
          res.data.data.forEach((item) => {