3、解决办法,刷新组件,调用doLayout对table进行重新绘制(ps:不加nextTick可能会无效呦)

this.$nextTick(() => {
  this.$refs.singleTable.doLayout()
})

 

相关文章: