Element-UI Table 翻页记忆已选中表格 2020-04-03 本文已影响0人 wxb2dyj 1、在<el-table>中添加:row-key="getRowKey" 2、在method中添加方法: getRowKey(row){ return row.id }