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 |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/src/views/analyse/plan/index.ts b/src/views/analyse/plan/index.ts
index 2b6cddd..405aac0 100644
--- a/src/views/analyse/plan/index.ts
+++ b/src/views/analyse/plan/index.ts
@@ -1,5 +1,6 @@
 declare interface PlanStateType {
 	planData: Array<PlanType>
+	user: number | null,
 	searchQuery: {
 		pageIndex: number,
 		pageSize: number,
@@ -10,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 {
@@ -38,7 +49,6 @@
 
 declare interface PlanDialogType {
 	title: string,
-	time: string [],
 	disabled: boolean,
 	planDialogVisible: boolean,
 	planForm: {
@@ -46,18 +56,18 @@
 		riskUnitId: number | null,
 		planUserId: number | null,
 		assessPlanName: string,
+		assessTime: string[],
 		assessStartTime: string,
 		assessEndTime: string,
-		identificationMethod: number | null,
 		identificationUserId: number | null,
-		evaluateMethod: number | null,
 		evaluateUserId: number | null,
+		riskType: number | null
 	},
 	planFormRules: {
 
 	},
-	identificationMethodList: Array<Type>,
-	evaluateMethodList: Array<Type>
 	riskUnitList: Array<RiskUnitType>
 	personList: Array<SystemPersonType>
+	bsExperts: []
+	pjExperts: []
 }

--
Gitblit v1.9.2