|
|
@@ -82,6 +82,7 @@ const getData = () => { |
|
|
|
typeStatisti.value = props.screenData.alarmStatisti.typeStatisti.sort((a, b) => { |
|
|
|
return b.value - a.value; |
|
|
|
}); |
|
|
|
typeStatistiCount.value = 0; |
|
|
|
typeStatisti.value.forEach(e => { |
|
|
|
typeStatistiCount.value += e.value; |
|
|
|
}); |
|
|
|