From 336dcb70c156c947530eab0f0a96ee17de477929 Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期五, 12 七月 2024 18:04:33 +0800
Subject: [PATCH] 设备管理修改

---
 src/views/eam/modules/malfunctionRepair/EquipmentList.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/eam/modules/malfunctionRepair/EquipmentList.vue b/src/views/eam/modules/malfunctionRepair/EquipmentList.vue
index e488ada..45f18fa 100644
--- a/src/views/eam/modules/malfunctionRepair/EquipmentList.vue
+++ b/src/views/eam/modules/malfunctionRepair/EquipmentList.vue
@@ -190,6 +190,7 @@
     onSelectChange(selectedRowKeys, selectedRows) {
       this.selectedRowKeys = selectedRowKeys;
       this.selectedRowRecord = selectedRows[0];
+      this.handleOk()
     },
     close() {
       this.queryParam = {};
@@ -291,7 +292,7 @@
   height: 90% !important;
   overflow-y: hidden;
 }
- .notshow {
+.notshow {
   display: none;
 }
 
@@ -310,7 +311,7 @@
 .dataUnKnow {
   color: #1890ff;
 }
- .frozenRowClass {
+.frozenRowClass {
   color: #c9c9c9;
 }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3