| src/views/supervisoryConsole/data.vue | ●●●●● patch | view | raw | blame | history |
src/views/supervisoryConsole/data.vue
@@ -312,6 +312,16 @@ ], }; myChart.setOption(option); myChart.on('click', function (params) { if (params.name == "正常"){ //跳转在线设备 that.StartEquipment({dxtype:1}); }else { //跳转离线设备 that.StartEquipment({dxtype:0}); } }); }, drawLine(result) { @@ -471,7 +481,15 @@ }; myChart.setOption(option); }, //在线设备分页数据 StartEquipment(data) { this.$router.push({ path: `/clientManagement/index`, query: data, }); }, }, }; </script> @@ -733,4 +751,4 @@ border-bottom: 0px !important; } } </style> </style>