【代码评审修改】- 新审批界面部分修改

This commit is contained in:
jason
2024-10-08 12:42:38 +08:00
parent 619491b4d0
commit 019104f460
3 changed files with 70 additions and 38 deletions

View File

@ -47,7 +47,7 @@ export type ApprovalNodeInfo = {
status: number
startTime?: Date
endTime?: Date
candidateUserList?: User[]
candidateUsers?: User[]
tasks: ApprovalTaskInfo[]
}