Jelajahi Sumber

相关性图表自定义时间变自动更新图;
eta预测指标切换重置筛选

Karsa 1 tahun lalu
induk
melakukan
e50a1c06ac

+ 2 - 0
src/views/chartRelevance_manage/relevanceChartEditor.vue

@@ -549,6 +549,8 @@ export default {
         this.chartInfo.Curve.StartDate = '';
         this.chartInfo.Curve.EndDate = '';
       }
+
+      this.getPreviewSplineChart()
     },
 
     // 确定保存图表配置

+ 9 - 3
src/views/predictEdb_manage/predictEdb.vue

@@ -611,9 +611,15 @@ export default {
 		select_id(newval) {
 			this.detail_show_chart = true;
 			this.$nextTick(()=>{
-				//切换为曲线图
-				this.$refs.detailComponentRef&&
-				(this.$refs.detailComponentRef.$refs.chartInfo.chartInfo.ChartType=1)
+				//切换为曲线图 重置选择状态
+				if(this.$refs.detailComponentRef){
+					this.$refs.detailComponentRef.$refs.chartInfo.chartInfo.ChartType=1;
+					this.$refs.detailComponentRef.$refs.chartInfo.year_select=10;
+					this.$refs.detailComponentRef.$refs.chartInfo.select_date=[];
+					this.$refs.detailComponentRef.$refs.chartInfo.season_year=[];
+					this.$refs.detailComponentRef.$refs.chartInfo.dateTip='请选择时间段';
+
+				}
 			})
 				
 		},