|
@@ -752,6 +752,7 @@ export default {
|
|
|
async getPreviewChartInfo() {
|
|
|
let dateArray=this.chartInfo.ChartType==2?this.season_year:this.select_date
|
|
|
let params = {
|
|
|
+ ChartSource:this.chartInfo.Source,
|
|
|
ChartType: this.chartInfo.ChartType,
|
|
|
DateType: this.year_select,
|
|
|
StartDate: [5 , 6].includes(this.year_select)
|