去除unmounted

This commit is contained in:
liaozetao
2023-11-14 17:59:51 +08:00
parent 3a13518b10
commit 8065c2faca
316 changed files with 316 additions and 948 deletions

View File

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