From f1f40e9a28fafab5d884630b8900b11060ebe9fc Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 31 十月 2023 08:53:35 +0800 Subject: [PATCH] 修改 --- src/views/analyse/plan/index.ts | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/analyse/plan/index.ts b/src/views/analyse/plan/index.ts index 7f8001a..405aac0 100644 --- a/src/views/analyse/plan/index.ts +++ b/src/views/analyse/plan/index.ts @@ -11,7 +11,17 @@ identificationMethodList: Array<Type>, evaluateMethodList: Array<Type> riskUnitList: Array<RiskUnitType> - personList: Array<SystemPersonType> + personList: Array<SystemPersonType>, + bsExperts: [], + pjExperts: [], + reSendTitle:string + reSendDialogVisible: boolean + reSendForm: { + id: null | number, + identificationUserId: null | number, + evaluateUserId: null | number, + }, + rules: object } declare interface SystemPersonType { @@ -46,7 +56,7 @@ riskUnitId: number | null, planUserId: number | null, assessPlanName: string, - assessTime?: string[], + assessTime: string[], assessStartTime: string, assessEndTime: string, identificationUserId: number | null, @@ -58,4 +68,6 @@ }, riskUnitList: Array<RiskUnitType> personList: Array<SystemPersonType> + bsExperts: [] + pjExperts: [] } -- Gitblit v1.9.2