This commit is contained in:
@@ -470,6 +470,10 @@ export default {
|
|||||||
selectedRowIds = vm.selected.map(z => {
|
selectedRowIds = vm.selected.map(z => {
|
||||||
return z.id;
|
return z.id;
|
||||||
});
|
});
|
||||||
|
selectedRowIds.reverse();//destructive but in this case doesn't matter at all
|
||||||
|
|
||||||
|
//reverse them non destructively
|
||||||
|
// return array.map((item,idx) => array[array.length-1-idx])
|
||||||
}
|
}
|
||||||
/* public AyaType ObjectType { get; set; }
|
/* public AyaType ObjectType { get; set; }
|
||||||
public long[] SelectedRowIds { get; set; }
|
public long[] SelectedRowIds { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user