// 初始设置选中 toggleSelection(rows) { if (rows) { rows.forEach(row => { this.$refs.table.toggleRowSelection(row); }); } } rows传入选中项的集合 相关文章: