From 6d1bb629a56c3274630bb74cf93a855a7c96cbec Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期二, 16 一月 2024 23:56:24 +0800
Subject: [PATCH] update

---
 src/container/Map/index.vue |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/container/Map/index.vue b/src/container/Map/index.vue
index 36cbd18..f9c000b 100644
--- a/src/container/Map/index.vue
+++ b/src/container/Map/index.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-01-05 22:26:22
  * @LastEditors: Sneed
- * @LastEditTime: 2024-01-15 23:00:09
+ * @LastEditTime: 2024-01-16 00:30:16
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/Map/index.vue
 -->
 <template>
@@ -47,22 +47,22 @@
             } catch (error) {
 
             }
-            getRequest('machineList', {
-                plantId: this.id,
-            }).then(res => {
-                // this.list = res.data.list
-                this.info = {
-                    runRate: res.data.runRate,
-                    cutRate: res.data.cutRate,
-                    alarmRate: res.data.alarmRate,
-                    threeShiftRate: res.data.threeShiftRate,
-                    twoShiftRate: res.data.twoShiftRate,
-                    run: res.data.run,
-                    alarm: res.data.alarm,
-                    stop: res.data.stop,
-                    idle: res.data.idle
-                }
-            })
+            // getRequest('machineList', {
+            //     plantId: this.id,
+            // }).then(res => {
+            //     // this.list = res.data.list
+            //     this.info = {
+            //         runRate: res.data.runRate,
+            //         cutRate: res.data.cutRate,
+            //         alarmRate: res.data.alarmRate,
+            //         threeShiftRate: res.data.threeShiftRate,
+            //         twoShiftRate: res.data.twoShiftRate,
+            //         run: res.data.run,
+            //         alarm: res.data.alarm,
+            //         stop: res.data.stop,
+            //         idle: res.data.idle
+            //     }
+            // })
         }
     },
     data() {

--
Gitblit v1.9.3