From 4bf8212c10eb9a1421e52b60e7407922d081ba8c Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期一, 09 六月 2025 13:44:29 +0800
Subject: [PATCH] 1、设备TEEP页面大数据导出格式由xls调整为xlsx 2、大数据导出参数增加为查询区域所有字段

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

diff --git a/src/views/eam/modules/malfunctionRepair/EquipmentList.vue b/src/views/eam/modules/malfunctionRepair/EquipmentList.vue
index e488ada..cc6d032 100644
--- a/src/views/eam/modules/malfunctionRepair/EquipmentList.vue
+++ b/src/views/eam/modules/malfunctionRepair/EquipmentList.vue
@@ -163,7 +163,7 @@
         },
       ],
       url: {
-        list: "/eam/equipment/getEquipmentList",
+        list: "/eam/equipment/getEquipmentTZList",
       },
     }
   },
@@ -173,7 +173,7 @@
     list() {
       this.selectedRowKeys = [];
       this.selectedRowRecord = [];
-      this.queryParam.equipmentStatus = "1"
+      // this.queryParam.equipmentStatus = "1"
       this.visible = true;
       this.loadData(1);
     },
@@ -190,6 +190,7 @@
     onSelectChange(selectedRowKeys, selectedRows) {
       this.selectedRowKeys = selectedRowKeys;
       this.selectedRowRecord = selectedRows[0];
+      this.handleOk()
     },
     close() {
       this.queryParam = {};
@@ -224,7 +225,7 @@
         this.ipagination.current = 1
       }
       this.onClearSelected()
-      this.queryParam.equipmentStatus = '1';
+      // this.queryParam.equipmentStatus = '1';
       var params = this.getQueryParams()//鏌ヨ鏉′欢
       this.loading = true
       getAction(this.url.list, params).then((res) => {
@@ -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