[fix]:[FL-216][ATP模型管理: 去掉版本概念,上传文件直接展示]

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
chengkai3
2026-06-28 20:34:46 +08:00
parent 18ed6ede30
commit 8bc7201783
3 changed files with 16 additions and 5 deletions
-2
View File
@@ -925,8 +925,6 @@ export type AtpAssetSummary = {
active_release_no: number | null;
active_release_id: string | null;
active_release_tag: string | null;
storage_mount_code: string | null;
storage_root_path: string | null;
release_count: number;
run_count: number;
last_run_status: AtpAssetRunStatus | null;