elementUi中的table实现跨页多选数据——功能实现

391 阅读1分钟

参考这个文章 blog.csdn.net/yehaocheng5…

关键属性

1、:row-key="getRowKey"

2、

3、getRowKey(row) { return row.id; },