|
@@ -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;
|