mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
refactor: journal dispatcher filters
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user