src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue
@@ -116,7 +116,7 @@ let preData = null; let activeChartType: ChartTypeEnum = props.data.chart_type ?? ChartTypeEnum.Line; let activeChartType: ChartTypeEnum = props.data?.chart_type ?? ChartTypeEnum.Line; const getChartTypeSeriesOption = (type: ChartTypeEnum) => { let result = {}; switch (type) {