From 6390fa18f5c2df1158a0d664786797b0e8b2fbf9 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期三, 15 十月 2025 13:10:16 +0800
Subject: [PATCH] 提交

---
 src/views/hazardMng/hazardRectify/index.vue |   26 ++++++++------------------
 1 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/src/views/hazardMng/hazardRectify/index.vue b/src/views/hazardMng/hazardRectify/index.vue
index 3e811ef..6fef7af 100644
--- a/src/views/hazardMng/hazardRectify/index.vue
+++ b/src/views/hazardMng/hazardRectify/index.vue
@@ -135,7 +135,8 @@
     hazardLevel: null,
     reformDeptId: null,
     reformUserId: null,
-    state: null
+    state: null,
+    hazardsType: 2
   },
   dataList: [],
   deptList: [],
@@ -143,31 +144,19 @@
   sourceList: [
     {
       id: 1,
-      name: '日常排查'
+      name: '综合检查'
     },
     {
       id: 2,
-      name: '综合性排查'
+      name: '部门检查'
     },
     {
       id: 3,
-      name: '专业性排查'
+      name: '实验室自查'
     },
     {
       id: 4,
-      name: '季节性排查'
-    },
-    {
-      id: 5,
-      name: '重点时段及节假日前排查'
-    },
-    {
-      id: 6,
-      name: '外聘专家诊断式排查'
-    },
-    {
-      id: 7,
-      name: '其他'
+      name: '专项检查'
     }
   ],
   levelList: [
@@ -399,7 +388,8 @@
     hazardLevel: null,
     reformDeptId: null,
     reformUserId: null,
-    state: null
+    state: null,
+    hazardsType: 2
   }
   await getList()
 }

--
Gitblit v1.9.2