From a505e8a326f7e8ce3db8b2f140fb328ecc650bfc Mon Sep 17 00:00:00 2001
From: yichenxi <yichenxi0601@163.com>
Date: Fri, 21 Apr 2023 09:14:09 +0800
Subject: [PATCH] 1、设备详情数据显示

---
 src/views/heatmap/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/heatmap/index.vue b/src/views/heatmap/index.vue
index 28a9036..201e9e8 100644
--- a/src/views/heatmap/index.vue
+++ b/src/views/heatmap/index.vue
@@ -309,7 +309,6 @@
       } else {
         this.response = this.response
       }
-      console.log(this.response, 'this.response')
       if (this.response.list && this.response.list.length < 1) {
         this.$message({
           message: '������������������������',

--
Gitblit v1.8.0