diff --git a/src/views/plan/workbench/homePage/beta/predict/index.vue b/src/views/plan/workbench/homePage/beta/predict/index.vue index 800223b..dc7c242 100644 --- a/src/views/plan/workbench/homePage/beta/predict/index.vue +++ b/src/views/plan/workbench/homePage/beta/predict/index.vue @@ -25,7 +25,7 @@ > 0) { - this.xDataArray = newValue[0].SortKeys + this.xDataArray = newValue[0].SortKeys || [] this.maxValue = newValue[0].PeriodOnPeriodUpperLimit this.minValue = newValue[0].PeriodOverPeriodLowerLimit } diff --git a/src/views/plan/workbench/lookError/index.vue b/src/views/plan/workbench/lookError/index.vue index b946be6..5244549 100644 --- a/src/views/plan/workbench/lookError/index.vue +++ b/src/views/plan/workbench/lookError/index.vue @@ -41,7 +41,7 @@ @header-dragend="(newWidth, oldWidth, column)=>saveRowWidth(column, newWidth)" :height="tableHeight">