This commit is contained in:
liaozetao
2023-10-16 14:04:13 +08:00
parent be24413bbb
commit 24d2268890

View File

@@ -442,8 +442,6 @@ export default {
},
unmounted() {
$('#table').bootstrapTable('destroy');
$('.fixed-table-pagination').remove();
$('#toolbar').remove();
}
};
</script>