From 36a315121f466fd06cf9b13b2ffb492d98aaa46d Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Tue, 31 Mar 2026 15:50:00 +0800
Subject: [PATCH] 修改回显

---
 src/views/hazardMng/hazardRectify/index.vue |   30 ++++++++++--------------------
 1 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/src/views/hazardMng/hazardRectify/index.vue b/src/views/hazardMng/hazardRectify/index.vue
index 3e811ef..a7c0879 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: [
@@ -281,7 +270,7 @@
         maxSize: 5,
         disabled: true,
         accept: 'image/*',
-        tip: '支持上传支持图片格式,尺寸小于5M,最多可上传3份'
+        tip: '支持上传图片格式,尺寸小于5M,最多可上传3份'
       },
       {
         type: 'divider',
@@ -318,7 +307,7 @@
         limit: 3,
         maxSize: 5,
         accept: 'image/*',
-        tip: '支持上传支持图片格式,尺寸小于5M,最多可上传3份'
+        tip: '支持上传图片格式,尺寸小于5M,最多可上传3份'
       }
     ]
   },
@@ -399,7 +388,8 @@
     hazardLevel: null,
     reformDeptId: null,
     reformUserId: null,
-    state: null
+    state: null,
+    hazardsType: 2
   }
   await getList()
 }

--
Gitblit v1.9.2