|
@@ -183,7 +183,7 @@ function changeSelect(data) {
|
|
|
|
|
|
//获取工作面风险监测图表数据
|
|
|
async function getDustWarningCntByTypeList() {
|
|
|
- let res = await getDustWarningCntByType({ areaType: 2 })
|
|
|
+ let res = await getDustWarningCntByType({})
|
|
|
if (res.length != 0) {
|
|
|
echartDataWork.value = res
|
|
|
}
|
|
@@ -235,7 +235,8 @@ async function getRealSensorDataByTypeList() {
|
|
|
windSpeed: el.windSpeed,
|
|
|
waterPressure: el.waterPressure,
|
|
|
dust:el.dust,
|
|
|
- pwList:el.pwList.length
|
|
|
+ pwList:el.pwList.length,
|
|
|
+ warningLevel:el.warningLevel
|
|
|
});
|
|
|
}
|
|
|
});
|