From a751e547d67c4f8e2c6fddf958c1559f792515bd Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期五, 27 六月 2025 16:11:50 +0800
Subject: [PATCH] 添加工作流

---
 src/views/eam/modules/malfunctionRepair/EquipmentList.vue |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/views/eam/modules/malfunctionRepair/EquipmentList.vue b/src/views/eam/modules/malfunctionRepair/EquipmentList.vue
index 9cec28a..cc6d032 100644
--- a/src/views/eam/modules/malfunctionRepair/EquipmentList.vue
+++ b/src/views/eam/modules/malfunctionRepair/EquipmentList.vue
@@ -21,9 +21,9 @@
                 :md="6"
                 :sm="8"
               >
-                <a-form-item label="鍗曟嵁鍙�">
+                <a-form-item label="缁熶竴缂栧彿">
                   <a-input
-                    placeholder="璇疯緭鍏ュ崟鎹彿妫�绱�"
+                    placeholder="璇疯緭鍏ョ粺涓�缂栧彿"
                     v-model="queryParam.num"
                   ></a-input>
                 </a-form-item>
@@ -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