diff --git a/src/views/UnlockRecord.vue b/src/views/UnlockRecord.vue index c02efd7..1953e2a 100644 --- a/src/views/UnlockRecord.vue +++ b/src/views/UnlockRecord.vue @@ -198,7 +198,6 @@ }, // 选择房源 checkNode(e) { - console.log(e) // this.checkNodeId = e[e.length-1] if(e.length>0){ var options = this.options @@ -299,7 +298,6 @@ this.openRoom = true; }, handleChange(value) { - console.log(value); this.selectRoomId = value[value.length - 1]; }, //获取房源筛选列表 @@ -391,7 +389,6 @@ var str = this.getOpenType(li.openType); var compli = this.comparison(li.deviceNum); var name = utils.findIndexArray(this.options, li.roomId, []) - console.log(name, this.options, li.roomId); var path = '' if (name) { path = name.join('/') diff --git a/src/views/dataScreen/Tourist.vue b/src/views/dataScreen/Tourist.vue index 61ea354..ef7819b 100644 --- a/src/views/dataScreen/Tourist.vue +++ b/src/views/dataScreen/Tourist.vue @@ -237,7 +237,7 @@ export default { this.shebei[0].total = statisticsDate.seriesData.total this.shebei[1].total = statisticsDate.seriesData.isAppBind this.shebei[2].total = statisticsDate.seriesData.batteryLevel1 - this.shebei[3].total = statisticsDate.seriesData.offlineTotal + // this.shebei[3].total = statisticsDate.seriesData.offlineTotal // this.collectUS = statisticsDate.collectUS // this.sumProjects = statisticsDate.seriesData.projects for (let t in statisticsDate.collectUS) { diff --git a/src/views/dataScreen/leftChartBottom.vue b/src/views/dataScreen/leftChartBottom.vue index 28dbb2b..f885ff5 100644 --- a/src/views/dataScreen/leftChartBottom.vue +++ b/src/views/dataScreen/leftChartBottom.vue @@ -1,12 +1,12 @@