fix: 收口三视图错误提示

This commit is contained in:
hh
2026-07-15 18:18:35 +08:00
parent 755e210951
commit 79d7344134
7 changed files with 42 additions and 421 deletions
+1
View File
@@ -648,6 +648,7 @@ export const api = {
status: string;
estimated_cost: string;
actual_cost: string;
error?: unknown;
error_message: string;
model: ModelEntity | null;
}>(`/api/models/${id}/triview-status/?${query.toString()}`);