From 8f86d0a825962a17634cb5a4fcdab1ceecea1a5a Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 21 五月 2021 14:27:48 +0800
Subject: [PATCH] 事件声音列表获取字段由data.list改为data

---
 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