分页多选翻页状态保持不变
1、首先设置table表格中的属性
2、在data里面定义tableDataCheck数组,在methods中定义方法handleSelectionChange方法,用来把所勾选的数据保存在tableDataCheck数组中

3、getRowKeys是分页多选翻页状态保持不变的精华所在!

2、在data里面定义tableDataCheck数组,在methods中定义方法handleSelectionChange方法,用来把所勾选的数据保存在tableDataCheck数组中

3、getRowKeys是分页多选翻页状态保持不变的精华所在!
