|
|
@@ -291,7 +291,7 @@ const getStats = () => {
|
|
|
IotStatApi.getMaintenanceStatus('rh').then((res) => {
|
|
|
by.value = res
|
|
|
})
|
|
|
- IotStatApi.getRhZql('rh').then((res) => {
|
|
|
+ IotStatApi.getRhZqlGases('rh').then((res) => {
|
|
|
zqlData.value = res
|
|
|
const localeStore = useLocaleStore()
|
|
|
const lang = localeStore.getCurrentLocale.lang
|
|
|
@@ -302,7 +302,7 @@ const getStats = () => {
|
|
|
}
|
|
|
|
|
|
})
|
|
|
- IotStatApi.getRhZqlToday('rh').then((res) => {
|
|
|
+ IotStatApi.getRhZqlDaily('rh').then((res) => {
|
|
|
zqlTodayData.value = res
|
|
|
const localeStore = useLocaleStore()
|
|
|
const lang = localeStore.getCurrentLocale.lang
|