vue组件渲染前删除toolbar
This commit is contained in:
@@ -163,6 +163,9 @@ export default {
|
||||
setup() {
|
||||
return {};
|
||||
},
|
||||
beforeCreate() {
|
||||
$('#toolbar').remove();
|
||||
},
|
||||
created() {
|
||||
this.$nextTick(function () {
|
||||
this.initTable();
|
||||
|
Reference in New Issue
Block a user