From 5223975d315fe4ddf7728c55474d23e39dd3f819 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期六, 02 八月 2025 21:56:06 +0800
Subject: [PATCH] 12

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

diff --git a/src/views/basesetting/machine.vue b/src/views/basesetting/machine.vue
index db3d7d9..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'
           },
           {
@@ -201,7 +202,14 @@
           {
             label: '鎵�灞炵粍缁�',
             prop: 'ownerDept',
-            span: 12
+            span: 12,
+            rules: [
+              {
+                required: true,
+                message: '璇烽�夋嫨鎵�灞炵粍缁�',
+                trigger: 'change'
+              }
+            ]
           },
           {
             label: '鐢熶骇鍟�',
@@ -388,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