修复列表页面嵌套问题

This commit is contained in:
liaozetao
2023-10-16 11:20:05 +08:00
parent c3168d70ef
commit c383ec4bfb
319 changed files with 1429 additions and 457 deletions

View File

@@ -306,6 +306,9 @@ export default {
})
}
},
unmounted() {
$('#table').bootstrapTable('destroy');
}
};
</script>