From a60acf8bae5a1f49e1554e0ff63ff79e0aacf611 Mon Sep 17 00:00:00 2001 From: yichenxi <yichenxi0601@163.com> Date: Sat, 17 Dec 2022 12:59:41 +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