From ca1cf859009d0ec613117aca85c1ad42fbb4dfe8 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期六, 02 八月 2025 14:06:19 +0800
Subject: [PATCH] 报错可修改

---
 src/views/basesetting/machine.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/basesetting/machine.vue b/src/views/basesetting/machine.vue
index 814e6d4..ed759ad 100644
--- a/src/views/basesetting/machine.vue
+++ b/src/views/basesetting/machine.vue
@@ -80,10 +80,11 @@
             type: 'input',
             prop: 'keyword',
             search: true,
-            hide: true
+            hide: true,
+            showColumn: false
           },
           {
-            label: '鏈哄簥缂栧彿4',
+            label: '鏈哄簥缂栧彿',
             prop: 'code'
           },
           {
@@ -395,7 +396,7 @@
       this.loading = true;
       var obj = {
         keyword: this.search.keyword,
-        machineGroupCode: this.search.machineGroupCode,
+        machineGroupCode: this.search.machineGroupName,
         current: this.mypage.current,
         size: this.mypage.size,
       }

--
Gitblit v1.9.3