Ver Fonte

bug4950 逻辑图节点添加链接,选择雷达图未预览显示

hbchen há 4 meses atrás
pai
commit
4efd835758

+ 2 - 2
src/views/sandbox_manage/sandFlowNew/components/addLInkDia.vue

@@ -443,9 +443,9 @@ import * as preDictEdbInterface from '@/api/modules/predictEdbApi.js';
         this.setLimitData(this.edbData)
         const chartTypeMap = {
           7: this.initBarData, //柱形图
-          10: this.initSectionScatterData //截面散点
+          10: this.initSectionScatterData, //截面散点
+          11: this.initRadarData(res.Data)
         }
-
         chartTypeMap[this.chartInfo.ChartType] && chartTypeMap[this.chartInfo.ChartType](res.Data);
 
       },