Browse Source

设置审批人 编辑 时 formId

main
kely 12 months ago
parent
commit
6c3053d4f5
  1. 1
      web-admin-app/src/app/pages/system/flow/flow-form/flow-form.component.ts

1
web-admin-app/src/app/pages/system/flow/flow-form/flow-form.component.ts

@ -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] : [],
}) })
} }

Loading…
Cancel
Save