From d5367fc41406dc0e09a4b3fddb19e5ed38a9aef3 Mon Sep 17 00:00:00 2001 From: kerwincui <164770707@qq.com> Date: Tue, 22 Mar 2022 17:02:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9E=E6=97=B6=E7=9B=91?= =?UTF-8?q?=E6=B5=8B=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/iot/device/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/src/views/iot/device/index.vue b/vue/src/views/iot/device/index.vue index c10a0710..b246f9ff 100644 --- a/vue/src/views/iot/device/index.vue +++ b/vue/src/views/iot/device/index.vue @@ -571,7 +571,7 @@ export default { name: this.monitorThings[i].name, type: 'line', showSymbol: false, - data: this.dataList[i].data + data: [] }] }; option && this.chart[i].setOption(option);