P53 拿到选中数据中的id并放到新数组中简化方案
let ids = []
for (let i = 0; i < this.selection.length; i++) {
ids.push(this.sysRoleSelection[i].id)
}