From ba1a2f73f9ce33d175bea4060d217b9f7a08eeed Mon Sep 17 00:00:00 2001
From: hyingbo <1363390067@qq.com>
Date: 星期四, 31 七月 2025 16:55:42 +0800
Subject: [PATCH] 工具报损-添加报损数量校验规则

---
 src/views/mdc/base/EquipmentList.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/mdc/base/EquipmentList.vue b/src/views/mdc/base/EquipmentList.vue
index 6cc55f5..2ed3a16 100644
--- a/src/views/mdc/base/EquipmentList.vue
+++ b/src/views/mdc/base/EquipmentList.vue
@@ -77,7 +77,6 @@
       <a-table
         ref="table"
         bordered
-        size="middle"
         rowKey="id"
         :scroll="{x:'max-content',y:465}"
         :columns="columns"
@@ -121,7 +120,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 +412,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