|
@ -69,6 +69,7 @@ export class FlowFormComponent { |
|
|
if (data) { |
|
|
if (data) { |
|
|
console.log('data._assignee.userId', data._assignee.userId) |
|
|
console.log('data._assignee.userId', data._assignee.userId) |
|
|
this.createForm.patchValue({ |
|
|
this.createForm.patchValue({ |
|
|
|
|
|
formId: data.formId, |
|
|
userId: data._assignee.userId ? [data._assignee.userId] : [], |
|
|
userId: data._assignee.userId ? [data._assignee.userId] : [], |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|