Skip to content

Commit

Permalink
key列表可以支持排序么? #79
Browse files Browse the repository at this point in the history
Key 不存在或已被删除 #77
中文乱码 #68
  • Loading branch information
quick123official committed Jun 5, 2022
1 parent a65e686 commit 497a324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/HostKeyTree/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ class HostKeyTree extends Component {
});
let treeData = [];
if (res !== null && res !== undefined && res.length !== 0) {
// 先对key进行排序
res = lodash.orderBy(
res
);
Expand Down

0 comments on commit 497a324

Please sign in to comment.