refactor: journal dispatcher filters

This commit is contained in:
2024-10-01 16:40:11 +02:00
parent 52d1771c21
commit c33b5ef8c1
7 changed files with 100 additions and 82 deletions
+1 -3
View File
@@ -124,8 +124,6 @@ interface TimetablesQueryParams {
timetableId?: string;
authorName?: string;
// timestampFrom?: number;
// timestampTo?: number;
dateFrom?: string;
dateTo?: string;
@@ -335,7 +333,7 @@ export default defineComponent({
const responseData: API.TimetableHistory.Response = await (
await this.apiStore.client!.get('api/getTimetables', {
params: { ...this.currentQueryParams }
params: this.currentQueryParams
})
).data;