perf: 优化站点选择组件,切换选择时不刷新列表

This commit is contained in:
xiaojunnuo
2025-05-28 11:22:39 +08:00
parent aea1c13bd3
commit 3a147141b1
5 changed files with 101 additions and 58 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ export type PipelineContext = IContext;
export type PageReq = {
offset?: number;
limit?: number;
query?: string;
sortBy?: string;
sortOrder?: "asc" | "desc";
searchKey?: string;
// sortBy?: string;
// sortOrder?: "asc" | "desc";
};
export type PageRes = {