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