其他分享
首页 > 其他分享> > element table 错位 解决方法

element table 错位 解决方法

作者:互联网

setTimeout(()=> {

            this.$nextTick(()=> {//dom更新后执行

              try{
                this.$refs.multipleTable.doLayout()//重新计算table布局
              }catch(e){
                console.log(e);
              }
            })

        },800)

 

标签:nextTick,错位,log,dom,refs,element,table,800
来源: https://www.cnblogs.com/peipeiyu/p/14809079.html