From d0d78b9fbe144326f136ee048bb59d314413032e Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 27 五月 2025 08:45:29 +0800
Subject: [PATCH] 修改导出

---
 src/views/analyse/assessApply/index.ts |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/views/analyse/assessApply/index.ts b/src/views/analyse/assessApply/index.ts
index 85f9d64..a09a71f 100644
--- a/src/views/analyse/assessApply/index.ts
+++ b/src/views/analyse/assessApply/index.ts
@@ -27,13 +27,24 @@
 		riskSourceType: [],
 		description: string,
 		person: [],
-		process: string
+		process: string,
+		experimentAndType: [],
+		oldRiskAssess: []
 	}
 	reportFormRules: object
 	allPersonList: Array<AllPersonListType>
 	systemPersonList: Array<AllPersonListType>
+	phaList: []
+	details: {}
+	stuffTypeList: Array<Type>
+	stuffUnitList: Array<Type>
+	stuffStorageList: Array<Type>
+	classifyList: Array<Type>
+	wasteStorageList: Array<Type>
 	allRoomList: Array<RoomType>,
 	experimentTypeList: Array<Type>
+	riskSourceTypeList: Array<Type>
+	riskLevelList: Array<Type>
 }
 
 declare interface DangerSourceType {

--
Gitblit v1.9.2