@@ -432,7 +432,7 @@
watch: {
showColumns: function () {
this.tableKey++
- this.$nextTick(() => this.$refs.table.doLayout())
+ this.$nextTick(() => this.$refs.tableTool.doLayout())
},
activeName(newValue) {
this.tableType = 'businessTable' + this.selectDictLabel(this.nboTypeOptions, newValue)