| | |
| | | " |
| | | > |
| | | <div>{{ item.deviceName }}</div> |
| | | <div style="width: 80%;">{{ item.street }}</div> |
| | | <div style="width: 80%">{{ item.street }}</div> |
| | | |
| | | <div class="cet"> |
| | | {{ |
| | |
| | | this.loading = false; |
| | | }, 2000); |
| | | }, |
| | | |
| | | |
| | | inputSearchBtn() { |
| | | this.getEquipmentLists(); |
| | | }, |
| | |
| | | }); |
| | | } 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) => { |