From 5fe11615881e59909c636d51993e91839b9e83f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E7=90=B3?= <1911390090@qq.com> Date: Mon, 18 Nov 2024 17:09:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=AB=AF=20=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=9C=A8=E7=BA=BF=E7=9B=91=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/deviceManage/deviceOnline/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/ruoyi-ui/src/views/deviceManage/deviceOnline/index.vue b/ruoyi-ui/src/views/deviceManage/deviceOnline/index.vue index 6b565801..831f7520 100644 --- a/ruoyi-ui/src/views/deviceManage/deviceOnline/index.vue +++ b/ruoyi-ui/src/views/deviceManage/deviceOnline/index.vue @@ -260,7 +260,6 @@ created() { this.queryParams.startTime = this.dateRange[0]; this.queryParams.time = this.dateRange[1]; deviceOnlineChart(this.queryParams).then(response => { - console.log("*******************************") let data = response.data; let xData = [], yData = []; @@ -269,8 +268,6 @@ created() { Object.keys(data[Object.keys(data)[0]]).forEach(date => { Object.keys(data[Object.keys(data)[0]][date]).forEach(time => { const formattedTime = this.formatDate(time) - console.log("***************************") - console.log(formattedTime) if (!xData.includes(formattedTime )) { xData.push(formattedTime );