wujingjing
2024-09-28 43496ef726d6f5734610a9848fa3df90c94a3905
chart_type
已修改1个文件
2 ■■■ 文件已修改
src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) {