fix: download file error

This commit is contained in:
jialin
2025-11-12 11:01:13 +08:00
parent 7eedea8035
commit 11a676be83
16 changed files with 77 additions and 50 deletions
+1
View File
@@ -384,6 +384,7 @@ export async function queryCatalogItemSpec(
export async function evaluationsModelSpec(
data: {
cluster_id: number;
model_specs: EvaluateSpec[];
},
options: { token: any }