From 963a2313f4f8959715293d38f69894078150d508 Mon Sep 17 00:00:00 2001 From: lzhe <lzhe@example.com> Date: 星期五, 14 六月 2024 11:29:47 +0800 Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/smart-web --- 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