From 8d14fec97344df49d58db115852c03b466482bc6 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期三, 12 四月 2023 14:47:21 +0800
Subject: [PATCH] 设备、场所、部门接口

---
 src/views/analyse/plan/index.ts |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/views/analyse/plan/index.ts b/src/views/analyse/plan/index.ts
index 2b6cddd..7f8001a 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,
@@ -38,7 +39,6 @@
 
 declare interface PlanDialogType {
 	title: string,
-	time: string [],
 	disabled: boolean,
 	planDialogVisible: boolean,
 	planForm: {
@@ -46,18 +46,16 @@
 		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>
 }

--
Gitblit v1.9.2