【Element UI】table组件设置默认选择框

gengboxb 680 0

table数据this.existenceList

使用toggleRowSelection方法指定对应选中的行

注意需要写在this.$nextTick(()=>{}中

this.$nextTick(()=>{
     that.$refs.insertTable.toggleRowSelection(this.existenceList[i]);
 })

 

发表评论 取消回复
表情 图片 链接 代码

分享