refactor: 优化查询主机逻辑.

This commit is contained in:
lijiahang
2024-01-12 17:45:08 +08:00
parent 5a33ac6b86
commit 322301d9c9
10 changed files with 55 additions and 46 deletions

View File

@@ -11,6 +11,7 @@ export interface AuthorizedHostQueryResponse {
groupTree: Array<HostGroupQueryResponse>;
hostList: Array<HostQueryResponse>;
treeNodes: Record<string, Array<number>>;
latestHosts: Array<number>;
}
/**