guanqb
2023-02-11 2c1f8e413469b603efc3d1fc430fcd099cbb41e4
Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
1 files modified
4 ■■■■ changed files
src/views/home/components/rightContainer.vue 4 ●●●● patch | view | raw | blame | history
src/views/home/components/rightContainer.vue
@@ -479,9 +479,9 @@
                    let faultData = { value: 0, name: '离线', color: '#ffd600', online: false, label: { color: oneColor[2] } }
                    res.data.forEach(item => {
                        this.regionTotal += item.count
                        this.regionTotal = Number(this.regionTotal) + Number(item.count)
                        normalData.value += item.online
                        normalData.value = Number(normalData.value) + Number(item.online)
                        for (let key in typeData) {
                            if (item.type == typeData[key]) {