vue组件渲染前删除toolbar

This commit is contained in:
liaozetao
2023-10-16 15:37:56 +08:00
parent 24d2268890
commit 605b1ae994

View File

@@ -163,6 +163,9 @@ export default {
setup() {
return {};
},
beforeCreate() {
$('#toolbar').remove();
},
created() {
this.$nextTick(function () {
this.initTable();