wujingjing
2024-09-29 aa341a54543a1c1821ca36d5a6f9ae7f638f496f
src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue
@@ -117,7 +117,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 = {};