guanqb
2023-02-13 7d5f96e580b60801aab984125ea960dee6c8b809
src/views/home/components/rightContainer.vue
@@ -702,10 +702,10 @@
        clickEquimentChart () {
            equipmentmyChart.on('click', params => {
                // 设备类型,摄像头弹窗显示,其他弹窗显示,【记录仪列显示,警车列显示,手台列显示】,遍历数组
                if (params.equimentType) {
                    this.$emit('showequimentdetail', params.name, params.equimentType, 'type')
                if (params.data.equimentType) {
                    this.$emit('showequimentdetail', params.data.name, params.data.equimentType, 'type')
                } else {
                    this.$emit('showequimentdetail', params.name, params.equimentType, 'online')
                    this.$emit('showequimentdetail', params.data.name, params.data.online, 'online')
                }
            })
        },