kkk-ops 1 week ago
parent 6689e7b986
commit 1deb0459c2

@ -495,7 +495,7 @@ onMounted(async () => {
// todayWeather.value = weatherList.value[0] // todayWeather.value = weatherList.value[0]
// weatherCity = data.city // weatherCity = data.city
// } // }
production.value = await DashboardApi.getProduction(productionOverviewRange) production.value = await DashboardApi.getProduction(productionOverviewRange.value)
plan.value = await DashboardApi.getPlan() plan.value = await DashboardApi.getPlan()
deviceStatusCards.value = await DashboardApi.getDevice() deviceStatusCards.value = await DashboardApi.getDevice()
moldStatusCards.value = await DashboardApi.getMold() moldStatusCards.value = await DashboardApi.getMold()

Loading…
Cancel
Save