|
@@ -796,6 +796,19 @@ export default {
|
|
if(res.Ret !== 200) return
|
|
if(res.Ret !== 200) return
|
|
//标识线回显
|
|
//标识线回显
|
|
this.chartInfo.MarkersLines = res.Data.ChartInfo.MarkersLines||''
|
|
this.chartInfo.MarkersLines = res.Data.ChartInfo.MarkersLines||''
|
|
|
|
+ if(this.chartInfo.ChartType===2){
|
|
|
|
+ //更新对应数据
|
|
|
|
+ const {DataResp} = res.Data
|
|
|
|
+ const {MaxMinLimits,SamePeriodAverage,SamePeriodStandardDeviation,
|
|
|
|
+ RightAxis={
|
|
|
|
+ IndicatorType:1,
|
|
|
|
+ EdbInfoList:[]
|
|
|
|
+ }} = DataResp
|
|
|
|
+ this.chartInfo.SeasonAverageConfig = {
|
|
|
|
+ MaxMinLimits,SamePeriodAverage,SamePeriodStandardDeviation
|
|
|
|
+ }
|
|
|
|
+ this.chartInfo.SeasonRightConfig = RightAxis
|
|
|
|
+ }
|
|
const { EdbInfoList } = res.Data;
|
|
const { EdbInfoList } = res.Data;
|
|
|
|
|
|
this.tableData.forEach((item) => {
|
|
this.tableData.forEach((item) => {
|