diff --git a/web-admin-app/src/app/pages/system/flow/flow-form/flow-form.component.ts b/web-admin-app/src/app/pages/system/flow/flow-form/flow-form.component.ts index 7bc2e0f..ac73fd5 100644 --- a/web-admin-app/src/app/pages/system/flow/flow-form/flow-form.component.ts +++ b/web-admin-app/src/app/pages/system/flow/flow-form/flow-form.component.ts @@ -69,6 +69,7 @@ export class FlowFormComponent { if (data) { console.log('data._assignee.userId', data._assignee.userId) this.createForm.patchValue({ + formId: data.formId, userId: data._assignee.userId ? [data._assignee.userId] : [], }) }