Preorder/add new filter

This commit is contained in:
Luca Haid
2025-12-02 14:46:22 +00:00
parent 1985865d1f
commit 09ffd911fc
20 changed files with 1486 additions and 66 deletions
@@ -364,6 +364,7 @@ Vue.component('tt-table', {
const fetchTimestamp = Date.now();
this.latestFetchTimestamp = fetchTimestamp;
console.log(this.fetchUrl);
const response = await axios.post(this.fetchUrl, {
pagination: {
page: Math.max(page, 1), per_page: this.pagination?.per_page ? this.pagination.per_page : 10,