Browse Source

Merge branch 'bug_4950'

hbchen 4 tháng trước cách đây
mục cha
commit
5cd39405cb

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