From 48280bcd3a6d1d3125dfec1912afa92ae2ff6eee Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期二, 02 九月 2025 16:59:40 +0800
Subject: [PATCH] mdc设备台账修改,设备管理设备台账修改

---
 src/views/mdc/base/EquipmentList.vue |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/src/views/mdc/base/EquipmentList.vue b/src/views/mdc/base/EquipmentList.vue
index 6cc55f5..869b28e 100644
--- a/src/views/mdc/base/EquipmentList.vue
+++ b/src/views/mdc/base/EquipmentList.vue
@@ -27,15 +27,8 @@
           </a-col>
 
           <a-col :md="4" :sm="4">
-            <a-form-item label="璁惧绾у埆">
-              <j-dict-select-tag placeholder="璇烽�夋嫨璁惧绾у埆" dictCode="device_level" v-model="queryParam.deviceLevel"
-                                 allow-clear/>
-            </a-form-item>
-          </a-col>
-
-          <a-col :md="4" :sm="4">
-            <a-form-item label="璁惧绉嶇被">
-              <j-dict-select-tag placeholder="璇烽�夋嫨璁惧绉嶇被" dictCode="device_category" v-model="queryParam.deviceCategory"
+            <a-form-item label="鍗曞厓">
+              <j-dict-select-tag placeholder="璇烽�夋嫨鍗曞厓" dictCode="device_category" v-model="queryParam.deviceCategory"
                                  allow-clear/>
             </a-form-item>
           </a-col>
@@ -77,7 +70,6 @@
       <a-table
         ref="table"
         bordered
-        size="middle"
         rowKey="id"
         :scroll="{x:'max-content',y:465}"
         :columns="columns"
@@ -121,7 +113,7 @@
 <script>
   import UserModal from './modules/EquipmentList/UserModal'
   import { JeecgListMixin } from '@/mixins/JeecgListMixin'
-  import { queryProductionTreeList } from '@/api/api'
+  import { queryProductionTreeListByMdc } from '@/api/api'
   import { mapActions } from 'vuex'
 
   export default {
@@ -413,7 +405,7 @@
        * 璋冪敤鎺ュ彛鑾峰彇鏌ヨ鍖哄煙杞﹂棿鏍戝垪琛�
        */
       getWorkshopListByApi() {
-        queryProductionTreeList().then(res => {
+        queryProductionTreeListByMdc().then(res => {
           if (res.success) {
             this.workshopTreeData = res.result
             this.treeDefaultExpandedKeys = [...res.result].map(item => item.key)

--
Gitblit v1.9.3