mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 23:42:17 +00:00
Only call reloadTable if a table was loaded
This commit is contained in:
@@ -296,7 +296,8 @@ export default {
|
||||
|
||||
if (this.shouldAutoLoad)
|
||||
{
|
||||
this.$refs.table.reloadTable();
|
||||
if (this.$refs.table.tabulator)
|
||||
this.$refs.table.reloadTable();
|
||||
}
|
||||
},
|
||||
rowSelectionChanged(data) {
|
||||
|
||||
Reference in New Issue
Block a user