table数据this.existenceList
使用toggleRowSelection方法指定对应选中的行
注意需要写在this.$nextTick(()=>{}中
this.$nextTick(()=>{ that.$refs.insertTable.toggleRowSelection(this.existenceList[i]); })
本文作者为gengboxb,转载请注明。
table数据this.existenceList
使用toggleRowSelection方法指定对应选中的行
注意需要写在this.$nextTick(()=>{}中
this.$nextTick(()=>{ that.$refs.insertTable.toggleRowSelection(this.existenceList[i]); })
本文作者为gengboxb,转载请注明。