修复报错

This commit is contained in:
liaozetao
2023-12-22 16:58:17 +08:00
parent ac90436a8f
commit 9a159f2a6f

View File

@@ -191,7 +191,7 @@ export default {
},
initTable() {
let $this = this;
TableHelper.destroy('#table');
$('#table').bootstrapTable('destroy');
$('#table').bootstrapTable({
columns: $this.columns,
cache: false,