This commit is contained in:
2020-09-01 21:39:30 +00:00
parent fd0756e5fe
commit e13898dd95

View File

@@ -470,6 +470,10 @@ export default {
selectedRowIds = vm.selected.map(z => {
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 long[] SelectedRowIds { get; set; }