From 2b428bce856abe49c09e562456d92342e2b3e60c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 10 Feb 2023 09:49:06 +0800
Subject: [PATCH] 首页右侧饼图更改
---
src/views/home/components/rightContainer.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/home/components/rightContainer.vue b/src/views/home/components/rightContainer.vue
index 178a8be..392c1c8 100644
--- a/src/views/home/components/rightContainer.vue
+++ b/src/views/home/components/rightContainer.vue
@@ -176,8 +176,6 @@
this.getHomeAllData()
- this.clickEquimentChart()
-
this.$nextTick(() => {
window.addEventListener("resize", this.echartsResize)
this.tableHeight = this.$refs.Container.offsetHeight - this.$refs.caseBox.offsetHeight - this.$refs.crowdBox.offsetHeight - this.$refs.alertBoxTitle.offsetHeight - 62
@@ -482,6 +480,8 @@
equipmentmyChart.setOption(this.initEquipmentOptions(newData))
+ this.clickEquimentChart()
+
if (newData.length > 1) {
this.equipmentEchartsCarousel()
} else {
--
Gitblit v1.9.3