From 6573514c3ffbd390c125febed8dea040c0c48f80 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 04 三月 2021 11:32:54 +0800
Subject: [PATCH] 样式的修改

---
 src/pages/shuohuangMonitorAnalyze/components/transferDeviceManage.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/transferDeviceManage.vue b/src/pages/shuohuangMonitorAnalyze/components/transferDeviceManage.vue
index 8921ac0..f11d59a 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/transferDeviceManage.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/transferDeviceManage.vue
@@ -139,7 +139,7 @@
     findDeviceIfo () {
       let _this = this;
       getDeviceInfoById({ DeviceID: this.actTab }).then(res => {
-        debugger
+        // debugger
         _this.tableData = res.data;
         //缁熻褰撳墠鎻掓Ы鐘舵��
         let dx = _this.generalIndicators.find(indicator => indicator.id == 'dx');

--
Gitblit v1.8.0