From 633568cff8a45c9f92aec1ec5edb5a09a3b0d8a4 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期六, 14 三月 2026 13:26:38 +0800
Subject: [PATCH] fix: 隐患地点需要拍照而不是文字描述,需要可预览。

---
 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