perf: move updateAlarmQueryStamp to station list query

This commit is contained in:
yangsy
2025-09-05 17:09:04 +08:00
parent ab073ac021
commit 3551c416fc
2 changed files with 1 additions and 1 deletions

View File

@@ -53,7 +53,6 @@ export function useLineDevicesQuery() {
await getStationDevices({ station, signal });
}
console.timeEnd('useLineDevicesQuery');
queryControlStore.updateAlarmQueryStamp();
return null;
},
});