|
@@ -327,10 +327,10 @@ const getStats = () => {
|
|
status.value = res
|
|
status.value = res
|
|
// initCharts()
|
|
// initCharts()
|
|
})
|
|
})
|
|
- IotStatApi.getMaintenanceTodayStatus().then((res) => {
|
|
|
|
- todayStatus.value = res
|
|
|
|
- initTopChart()
|
|
|
|
- })
|
|
|
|
|
|
+ // IotStatApi.getMaintenanceTodayStatus().then((res) => {
|
|
|
|
+ // todayStatus.value = res
|
|
|
|
+ // initTopChart()
|
|
|
|
+ // })
|
|
|
|
|
|
IotStatApi.getDeviceStatusCount('ry').then((res) => {
|
|
IotStatApi.getDeviceStatusCount('ry').then((res) => {
|
|
typeData.value = res
|
|
typeData.value = res
|