From a1131357b9e38c86e734816bae42d2fafcd48222 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 23 三月 2026 11:01:41 +0800
Subject: [PATCH] fix: 客户3.22提出的修改需求

---
 src/pages/safeProduction/dangerInvestigation/detail.vue |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/src/pages/safeProduction/dangerInvestigation/detail.vue b/src/pages/safeProduction/dangerInvestigation/detail.vue
index 1e0c8c4..53f261c 100644
--- a/src/pages/safeProduction/dangerInvestigation/detail.vue
+++ b/src/pages/safeProduction/dangerInvestigation/detail.vue
@@ -50,13 +50,6 @@
                       count
                       :autoHeight="true" />
         </u-form-item>
-        <u-form-item label="闅愭偅鍏蜂綋浣嶇疆"
-                     prop="location"
-                     required
-                     border-bottom>
-          <u-input v-model="form.location"
-                   placeholder="璇疯緭鍏ラ殣鎮e叿浣撲綅缃�" />
-        </u-form-item>
         <u-form-item label="鏁存敼瀹屾垚鏈熼檺"
                      prop="rectifyTime"
                      required
@@ -167,7 +160,6 @@
     type: "",
     riskLevel: "",
     hiddenDesc: "",
-    location: "",
     rectifyTime: "",
     rectifyUserName: "",
     rectifyUserMobile: "",
@@ -276,11 +268,6 @@
 
     if (!form.value.hiddenDesc) {
       showToast("璇疯緭鍏ラ殣鎮f弿杩�");
-      return;
-    }
-
-    if (!form.value.location) {
-      showToast("璇疯緭鍏ラ殣鎮e叿浣撲綅缃�");
       return;
     }
 

--
Gitblit v1.9.3