From 27b55e6667d69f76653e91a71f8d81247523a02d Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期三, 06 八月 2025 10:56:54 +0800
Subject: [PATCH] art: 订单BOM、物料工序 前端代码修改、优化

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

diff --git a/src/views/mdc/common/BaseTree.vue b/src/views/mdc/common/BaseTree.vue
index 445f539..a32611c 100644
--- a/src/views/mdc/common/BaseTree.vue
+++ b/src/views/mdc/common/BaseTree.vue
@@ -115,7 +115,7 @@
     }
     ,
     methods: {
-      ...mapActions(['QueryProduction']),
+      ...mapActions(['QueryFactory']),
       getCurrSelectedTitle() {
         return !this.currSelected.title ? '' : this.currSelected.title
       },
@@ -149,7 +149,7 @@
       queryTreeData() {
         this.loading = true
         this.cardLoading = true
-        this.QueryProduction().then(res => {
+        this.QueryFactory().then(res => {
           if (res.success) {
             this.dataList = []
             this.allTreeKeys = []

--
Gitblit v1.9.3