fix(web): 列表最新动态显示操作人、流转树焦点模式保留活跃并发分支

This commit is contained in:
2026-08-13 11:17:13 +08:00
parent e5829c7d06
commit b6ef0751e0
3 changed files with 15 additions and 5 deletions

View File

@ -21,6 +21,8 @@ export interface ProductResponse {
latest_record_time: string | null;
latest_record_content: string | null;
latest_record_has_images: boolean;
latest_record_assignee_id: string | null;
latest_record_assignee_name: string | null;
}
/** MOM 物料选项 */