mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Bugfix: FilterCmpt: reload function
This commit is contained in:
@@ -173,7 +173,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