From 6c3053d4f51236b0daa397a5d03188971bf34385 Mon Sep 17 00:00:00 2001 From: kely Date: Tue, 7 May 2024 08:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=AE=A1=E6=89=B9=E4=BA=BA?= =?UTF-8?q?=20=E7=BC=96=E8=BE=91=20=E6=97=B6=20formId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/pages/system/flow/flow-form/flow-form.component.ts | 1 + 1 file changed, 1 insertion(+) 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] : [], }) }