This commit is contained in:
yangsy
2025-09-16 10:54:10 +08:00
parent a1251e6d1f
commit d7b1536063
3 changed files with 12 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ import { storeToRefs } from 'pinia';
import { computed } from 'vue';
import dayjs from 'dayjs';
import { postNdmDeviceAlarmLogPage } from '@/apis/requests';
import { sleepFrame } from '@/utils/sleep';
import type { Station } from '@/apis/domains';
import { DeviceType, getDeviceTypeVal } from '@/enums/device-type';
import type { StationAlarmCounts } from './domains';
@@ -47,6 +46,7 @@ export function useLineAlarmCountsQuery() {
await getStationAlarmCounts({ station, signal });
}
console.timeEnd('useLineALarmCountsQuery');
// queryControlStore.updateAlarmQueryUpdatedAt();
return null;
},
});