任务管理新增修改添加分工功能

This commit is contained in:
linxd
2025-06-27 11:38:36 +08:00
parent 527637cce3
commit db4533592f
15 changed files with 428 additions and 325 deletions

View File

@ -29,6 +29,7 @@ declare namespace API {
userDeptId: string;
position?: string;
selected?: boolean;
isSelected?: boolean;
}
export interface Department {