From 20e7bce4b0c485698ce0f6e59f9e074e455476a5 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 22 五月 2025 17:11:41 +0800
Subject: [PATCH] 修改导出

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

diff --git a/src/views/analyse/assessApply/index.ts b/src/views/analyse/assessApply/index.ts
index 8e28d84..216bdc5 100644
--- a/src/views/analyse/assessApply/index.ts
+++ b/src/views/analyse/assessApply/index.ts
@@ -26,13 +26,19 @@
 		riskSource: [],
 		riskSourceType: [],
 		description: string,
-		person: []
+		person: [],
+		process: string,
+		experimentAndType: [],
+		oldRiskAssess: []
 	}
 	reportFormRules: object
 	allPersonList: Array<AllPersonListType>
 	systemPersonList: Array<AllPersonListType>
+	phaList: []
 	allRoomList: Array<RoomType>,
 	experimentTypeList: Array<Type>
+	riskSourceTypeList: Array<Type>
+	riskLevelList: Array<Type>
 }
 
 declare interface DangerSourceType {
@@ -63,4 +69,4 @@
 declare interface type {
 	id: number,
 	name: string
-}
\ No newline at end of file
+}

--
Gitblit v1.9.2