From 212dbde8dba2ccdf0320b753096765ddd8055a2e Mon Sep 17 00:00:00 2001 From: tanghaolin <1723298894@qq.com> Date: 星期二, 10 一月 2023 14:44:06 +0800 Subject: [PATCH] 历史评价 --- src/views/main/istation/health/historyEvaluation.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/main/istation/health/historyEvaluation.vue b/src/views/main/istation/health/historyEvaluation.vue index 8727307..e99c590 100644 --- a/src/views/main/istation/health/historyEvaluation.vue +++ b/src/views/main/istation/health/historyEvaluation.vue @@ -220,7 +220,9 @@ mounted(){ let _this = this _this.$nextTick(()=>{ - _this.initChart() + setTimeout(() => { + _this.initChart() + }, 100); }) window.addEventListener("resize", () => { -- Gitblit v1.9.3