fix aparecer

This commit is contained in:
Peter Maquiran
2023-07-25 13:47:48 +01:00
parent 54a6fb5b6e
commit a26f7c4f75
4 changed files with 51 additions and 9 deletions
+3
View File
@@ -5,6 +5,7 @@ export interface Attachment {
export interface AttachmentList {
ProcessInstanceID?: string;
Attachments?: Attachment[];
DraftIds?: any
}
export interface Excludetask {
serialNumber: string;
@@ -13,6 +14,8 @@ export interface Excludetask {
dataFields: {
ReviewUserComment?: string,
Note?: any
InstanceIDNew?: any
DraftIds?: any
}
FolderId?: number;
AttachmentList?: AttachmentList | any;