From 89323ef5405d9e1721b85afcba55984feb9d1942 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 04 七月 2024 17:59:51 +0800 Subject: [PATCH] 增加日期筛选;点踩接口对接;权限优化 --- src/components/chat/chatComponents/recordSetCom/RecordSetCom.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/recordSetCom/RecordSetCom.vue b/src/components/chat/chatComponents/recordSetCom/RecordSetCom.vue index a0c2fa5..e7e677d 100644 --- a/src/components/chat/chatComponents/recordSetCom/RecordSetCom.vue +++ b/src/components/chat/chatComponents/recordSetCom/RecordSetCom.vue @@ -106,7 +106,8 @@ setTimeout(() => { const parent = chartRef.value.parentElement; - + if(!parent){ + } const parentBound = parent.getBoundingClientRect(); chartInstance = echarts.init(chartRef.value,undefined,{ width:parentBound.width, -- Gitblit v1.9.3