南昌市物联网技防平台-前端
zengh
2021-04-09 415b47b4f79859691f4affb4173471df00e1364c
数据模式跳转
1 files modified
20 ■■■■■ changed files
src/views/supervisoryConsole/data.vue 20 ●●●●● patch | view | raw | blame | history
src/views/supervisoryConsole/data.vue
@@ -306,6 +306,16 @@
        ],
      };
      myChart.setOption(option);
      myChart.on('click', function (params) {
        if (params.name == "正常"){
          //跳转在线设备
          that.StartEquipment({dxtype:1});
        }else {
          //跳转离线设备
          that.StartEquipment({dxtype:0});
        }
      });
    },
    drawLine(result) {
@@ -465,7 +475,15 @@
      };
      myChart.setOption(option);
    },
    //在线设备分页数据
    StartEquipment(data) {
      this.$router.push({
        path: `/clientManagement/index`,
        query: data,
      });
    },
  },
};
</script>
@@ -727,4 +745,4 @@
    border-bottom: 0px !important;
  }
}
</style>
</style>