瀏覽代碼

小问题

cxmo 1 年之前
父節點
當前提交
a700aa9107

+ 1 - 1
src/views/dataEntry_manage/databaseComponents/chartTrendRender.vue

@@ -202,7 +202,7 @@ export default {
 				if(res.Ret !== 200) return
 					const { DataList,EdbInfo } = res.Data;
 					// DataList 表格数据列表
-					this.chartInfo = (this.oldOptions.MinValue || this.oldOptions.MinValue) ? {
+					this.chartInfo = (this.oldOptions.MinValue || this.oldOptions.MaxValue) ? {
 						...EdbInfo,
 						...this.oldOptions
 					} : EdbInfo;

+ 1 - 1
src/views/dataEntry_manage/databaseComponents/createChart.vue

@@ -217,7 +217,7 @@ export default {
 				if(res.Ret !== 200) return
 					const { DataList,EdbInfo } = res.Data;
 					// DataList 表格数据列表
-					this.chartInfo = (this.oldOptions.MinValue || this.oldOptions.MinValue) ? {
+					this.chartInfo = (this.oldOptions.MinValue || this.oldOptions.MaxValue) ? {
 						...EdbInfo,
 						...this.oldOptions
 					} : EdbInfo;