wujingjing
2024-10-12 2a907e2a94362abdc3610049de548633c07529b2
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 = {};