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