mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Bugfix: FilterCmpt: reload function
This commit is contained in:
@@ -181,7 +181,7 @@ export const CoreFilterCmpt = {
|
||||
methods: {
|
||||
reloadTable() {
|
||||
if (this.tableOnly)
|
||||
this.tabulator.reload();
|
||||
this.tabulator.setData();
|
||||
else
|
||||
this.getFilter();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user