From 17d6a920c0f0b3a14db536fd1f7f5d3431cc048a Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 15 五月 2024 09:03:37 +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