fix: query catalog spec, default_version check

This commit is contained in:
jialin
2025-12-12 17:08:30 +08:00
parent cb43131ccb
commit 0500dd2e35
19 changed files with 86 additions and 23 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ export async function queryCatalogList(
}
export async function queryCatalogItemSpec(
params: { id: number; cluster_id: number },
params: { id: number; cluster_id: number | null },
options?: any
) {
return request<Global.PageResponse<CatalogSpec>>(