maliming / Abp.GeneralTree

For Abp vNext
https://github.com/maliming/Owl.GeneralTree
MIT License
156 stars 32 forks source link

Support sorting tree node #15

Open NepPure opened 5 years ago

NepPure commented 5 years ago

13

Get all nodes in the same level, then reorder.

NepPure commented 5 years ago

实测还有问题,待修改好后重新请求

NepPure commented 5 years ago

在排序前SaveChanges后才能在后续方法获取移动父节点后的数据,单元测试用的内存数据库,不用手动提交也能获取最新的,不会报错。