Browse Source

模拟数据

SunZehao 5 months atrás
parent
commit
3df5f55e15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/generatingCapacity/yhjyReport/index.vue

+ 1 - 1
src/views/generatingCapacity/yhjyReport/index.vue

@@ -545,7 +545,7 @@
                         })
                         .catch(() => {
                             this.renderReportPage({
-                                data: jsonData.data
+                                data: jsonData.reldata
                             });
                         });
                 }