From fa7044f3ccc9a91bc2bc117d1a06f650d86554f2 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期二, 15 六月 2021 16:07:16 +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