Preorder/add new filter
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user