Skip to content

Commit 497a324

Browse files
key列表可以支持排序么? #79
Key 不存在或已被删除 #77 中文乱码 #68
1 parent a65e686 commit 497a324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/HostKeyTree/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ class HostKeyTree extends Component {
177177
});
178178
let treeData = [];
179179
if (res !== null && res !== undefined && res.length !== 0) {
180+
// 先对key进行排序
180181
res = lodash.orderBy(
181182
res
182183
);

0 commit comments

Comments
 (0)