|
@@ -770,7 +770,7 @@ export default {
|
|
|
EdbInfoId:i.Id
|
|
|
}
|
|
|
})
|
|
|
- const SeriesIds = this.this.$refs.multipleIndForm.factorList.map(i=>i.SeriesId)
|
|
|
+ const SeriesIds = this.$refs.multipleIndForm.factorList.map(i=>i.SeriesId)
|
|
|
const LegendConfig = YDataList.map(i=>{
|
|
|
return {
|
|
|
LegendName:i.Name,
|
|
@@ -805,6 +805,7 @@ export default {
|
|
|
this.isMultipleChartAdd = true
|
|
|
this.multipleChartData.ChartInfo.ChartInfoId = res.Data.ChartInfoId
|
|
|
this.multipleChartData.ChartInfo.UniqueCode = res.Data.UniqueCode
|
|
|
+ this.multipleChartData.ChartInfo.ClassifyId = res.Data.ClassifyId
|
|
|
}
|
|
|
//更新图表名称
|
|
|
this.multipleChartData.ChartInfo.ChartName = ChartName
|