From f33d9a4db3d9d1b7956153cbf42d3e506301fddd Mon Sep 17 00:00:00 2001
From: he wei <858544502@qq.com>
Date: 星期六, 19 三月 2022 11:16:06 +0800
Subject: [PATCH] U 导出时添加实际容量的图

---
 src/main/demo/src/components/myCharts/NormalLines.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/demo/src/components/myCharts/NormalLines.vue b/src/main/demo/src/components/myCharts/NormalLines.vue
index 1650c63..2fb8eb2 100644
--- a/src/main/demo/src/components/myCharts/NormalLines.vue
+++ b/src/main/demo/src/components/myCharts/NormalLines.vue
@@ -25,7 +25,7 @@
         type: "line",
         data: []
       }];
-      let unit = this.unit;
+      let unit = (data ? data.unit : '') || this.unit;
       return {
         animation: false,
         tooltip:{

--
Gitblit v1.9.1