fix: re-request catalog specs after changing cluster

This commit is contained in:
jialin
2025-11-18 11:28:37 +08:00
parent e22b5ed516
commit 78c8b60121
18 changed files with 535 additions and 79 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ export async function queryCatalogList(
}
export async function queryCatalogItemSpec(
params: { id: number },
params: { id: number; cluster_id: number },
options?: any
) {
return request<Global.PageResponse<CatalogSpec>>(