From d7d7da5c09340eafcd2e2c672e6b2c001a4cc0be Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期五, 08 十一月 2024 08:38:40 +0800
Subject: [PATCH] 基础数据产品-场景清单,监管清单

---
 src/views/fysp/check/components/CompDeviceShowTest.vue |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/src/views/fysp/check/components/CompDeviceShowTest.vue b/src/views/fysp/check/components/CompDeviceShowTest.vue
index db10cc4..fa6b910 100644
--- a/src/views/fysp/check/components/CompDeviceShowTest.vue
+++ b/src/views/fysp/check/components/CompDeviceShowTest.vue
@@ -338,9 +338,6 @@
     // 灞曠ず琛ㄥ崟鐨勮鎯呯殑鐐瑰嚮浜嬩欢
     showDetail(item) {
       item._isDetail = !item._isDetail;
-      if (item._isDetail) {
-      } else {
-      }
     },
     init(scene) {
       // 鐖剁粍浠朵富鍔ㄨ皟鐢ㄥ垵濮嬪寲瀛愮粍浠剁殑鏂规硶
@@ -537,11 +534,11 @@
         return '';
       }
       let result;
-      iDeviceTypesArray.forEach((e) => {
-        if (e.value == device.typeId) {
-          result = e;
-        }
-      });
+      // iDeviceTypesArray.forEach((e) => {
+      //   if (e.value == device.typeId) {
+      //     result = e;
+      //   }
+      // });
       return result;
     },
     onClickPic(e, item) {

--
Gitblit v1.9.3