修复报错

This commit is contained in:
liaozetao
2023-12-22 16:58:17 +08:00
parent e71ec786d4
commit da590ef6c0

View File

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