From dc889fd1d5ce245ab6459cbdd33a22c09c45c914 Mon Sep 17 00:00:00 2001 From: LiuHao Date: Sun, 28 Jan 2024 19:43:29 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=87=8D=E5=86=99=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E9=9D=A2=E6=9D=BF=E9=80=89=E6=8B=A9=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/bpmn/design.d.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/types/bpmn/design.d.ts b/src/types/bpmn/design.d.ts index 72d9e84..2693301 100644 --- a/src/types/bpmn/design.d.ts +++ b/src/types/bpmn/design.d.ts @@ -1,5 +1,5 @@ declare module 'bpmnDesign' { - import { AuditUserTypeEnum, SpecifyDescEnum, MultipleUserAuditTypeEnum } from '@/enums/bpmn/IndexEnums'; + import { AllocationTypeEnum, SpecifyDescEnum, MultipleUserAuditTypeEnum } from '@/enums/bpmn/IndexEnums'; export interface ParamVO { type: string; @@ -31,11 +31,9 @@ declare module 'bpmnDesign' { } export interface TaskPanel extends BasePanel { - auditUserType: AuditUserTypeEnum; + allocationType: AllocationTypeEnum; specifyDesc: SpecifyDescEnum; multipleUserAuditType: MultipleUserAuditTypeEnum; - users?: Record[]; - user?: Record; roles?: Record[]; async?: boolean; priority?: number;