|
@@ -528,8 +528,8 @@ export default {
|
|
|
{ date: '' }
|
|
|
],//时间段
|
|
|
|
|
|
- yearDateStart: '',//跨年划分前一年
|
|
|
- yearDateEnd: '',//跨年划分后一年
|
|
|
+ yearDateStart: '09-01',//跨年划分前一年
|
|
|
+ yearDateEnd: '08-31',//跨年划分后一年
|
|
|
|
|
|
|
|
|
edbList: [],//多指标计算时 选择的指标数据
|
|
@@ -718,8 +718,8 @@ export default {
|
|
|
return {date:[item.StartDate, item.EndDate]}
|
|
|
})
|
|
|
|
|
|
- this.yearDateStart = DataResp.YearDateConf.StartDay
|
|
|
- this.yearDateEnd = DataResp.YearDateConf.EndDay
|
|
|
+ this.yearDateStart = DataResp.YearDateConf.StartDay||'09-01'
|
|
|
+ this.yearDateEnd = DataResp.YearDateConf.EndDay||'08-31'
|
|
|
|
|
|
if (DataResp.EdbInfoMode === 1) {//多指标计算
|
|
|
this.seriesName = DataResp.SeriesName
|