From 70c99f641570099251ed86ca78fa91b3b4622429 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期三, 05 六月 2024 14:09:48 +0800
Subject: [PATCH] 1

---
 src/views/mdc/time-analysis.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/mdc/time-analysis.vue b/src/views/mdc/time-analysis.vue
index 598302d..522f01a 100644
--- a/src/views/mdc/time-analysis.vue
+++ b/src/views/mdc/time-analysis.vue
@@ -2,7 +2,7 @@
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-04-26 09:36:18
  * @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-06-05 11:37:24
+ * @LastEditTime: 2024-06-05 14:06:08
  * @FilePath: /smart-web/src/views/mdc/status-record.vue
  * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -587,9 +587,11 @@
                                 indexName : firstDayOfJuly + "鑷�" + lastDayOfJuly
                             });
                             this.setTitle1 = arr;
-                            this.getDataChartsB("DAY");
-                            this.getDataChartsB("MONTH");
-                            this.getDataChartsB("WEEK");
+                            this.$nextTick(()=> {
+                                this.getDataChartsB("DAY");
+                                this.getDataChartsB("MONTH");
+                                this.getDataChartsB("WEEK");
+                            })
                         }
                     })
                 }

--
Gitblit v1.9.3