添加页面节点清除逻辑

This commit is contained in:
liaozetao
2023-10-16 12:18:20 +08:00
parent 068831f6cb
commit be24413bbb

View File

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