From 7b2f45c3882d12fecc5ce00f7adb315b9dae0869 Mon Sep 17 00:00:00 2001
From: houshuai <17802598606@163.com>
Date: 星期五, 13 六月 2025 16:50:07 +0800
Subject: [PATCH] 航宇dnc定型流程开发

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

diff --git a/src/views/mdc/base/EquipmentList.vue b/src/views/mdc/base/EquipmentList.vue
index 6cc55f5..c3eddcd 100644
--- a/src/views/mdc/base/EquipmentList.vue
+++ b/src/views/mdc/base/EquipmentList.vue
@@ -121,7 +121,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 +413,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