From 36e71978a92ee64375b2c339e5e05d47b6b23fba Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 14 四月 2023 15:18:58 +0800
Subject: [PATCH] 修改接口和页面

---
 src/views/analyse/plan/index.ts |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/views/analyse/plan/index.ts b/src/views/analyse/plan/index.ts
index 7f8001a..c64f94f 100644
--- a/src/views/analyse/plan/index.ts
+++ b/src/views/analyse/plan/index.ts
@@ -11,7 +11,15 @@
 	identificationMethodList: Array<Type>,
 	evaluateMethodList: Array<Type>
 	riskUnitList: Array<RiskUnitType>
-	personList: Array<SystemPersonType>
+	personList: Array<SystemPersonType>,
+	reSendTitle:string
+	reSendDialogVisible: boolean
+	reSendForm: {
+		id: null | number,
+		identificationUserId: null | number,
+		evaluateUserId: null | number,
+	},
+	rules: object
 }
 
 declare  interface SystemPersonType {
@@ -46,7 +54,7 @@
 		riskUnitId: number | null,
 		planUserId: number | null,
 		assessPlanName: string,
-		assessTime?: string[],
+		assessTime: string[],
 		assessStartTime: string,
 		assessEndTime: string,
 		identificationUserId: number | null,

--
Gitblit v1.9.2