setTimeout(()=> { this.$nextTick(()=> {//dom更新后执行 try{ this.$refs.multipleTable.doLayout()//重新计算table布局 }catch(e){ console.log(e); } }) },800)