nowe pobieranie i przetwarzanie statusów dyżurnych

This commit is contained in:
2023-11-07 20:16:58 +01:00
parent edad5306f2
commit cbce9af00b
18 changed files with 1621 additions and 13639 deletions
+1 -2
View File
@@ -70,7 +70,7 @@ export default defineComponent({
const computedTrains: ComputedRef<Train[]> = computed(() => {
return filteredTrainList(
store.trainList,
store.trainList.filter((train) => train.region == store.region.id),
searchedTrain.value,
searchedDriver.value,
sorterActive,
@@ -83,7 +83,6 @@ export default defineComponent({
currentOptionsActive.value =
sT.length > 0 || sD.length > 0 || sA.id != 'routeDistance' || areFiltersActive;
console.log(sA.id);
});
return {