From 0de677cb57512af76e7226a2f81bf7e1de6dae28 Mon Sep 17 00:00:00 2001 From: ljx <864490211@qq.com> Date: Mon, 23 Sep 2024 10:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=A7=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/datav/index.vue | 32 ++++++++++++++++++------------ src/components/datav/roseChart.vue | 2 +- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/components/datav/index.vue b/src/components/datav/index.vue index 23c1669..d7e47f6 100644 --- a/src/components/datav/index.vue +++ b/src/components/datav/index.vue @@ -10,7 +10,7 @@
-
+
{{ rcitem.title }}
@@ -29,12 +29,12 @@
- +
-
+
{{ rcitem.title }}
@@ -53,7 +53,7 @@
- +
@@ -64,7 +64,7 @@
--> -
+
{{ rcitem.title }}
@@ -83,12 +83,12 @@
- +
-
+
{{ rcitem.title }}
@@ -107,12 +107,12 @@
- +
-
+
{{ rcitem.title }}
@@ -131,12 +131,12 @@
- +
-
+
{{ rcitem.title }}
@@ -155,7 +155,7 @@
- +
@@ -402,12 +402,18 @@ export default { let that = this; setInterval(()=>{ that.createdData(Aid) - }, 100000) + }, 150000) }, methods: { createdData (Aid) { let that = this that.loadingDone = false; + this.row1col1report = []; + this.row1col2report = []; + this.row1col3report = []; + this.row2col1report = []; + this.row2col2report = []; + this.row2col3report = []; that.showNotices = false; this.$api.post2('/api/web/GetScreenReport?category='+Aid).then(res => { if (res.code === '200') { diff --git a/src/components/datav/roseChart.vue b/src/components/datav/roseChart.vue index 6ce68e0..4c452e2 100644 --- a/src/components/datav/roseChart.vue +++ b/src/components/datav/roseChart.vue @@ -81,7 +81,7 @@ export default { createData() - setInterval(createData, 100000) + // setInterval(createData, 100000) } }