Browse Source

Merge branch 'bug_4950'

hbchen 4 months ago
parent
commit
5cd39405cb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/sandbox_manage/sandFlowNew/components/addLInkDia.vue

+ 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);
 
       },