Explorar el Código

修复光伏发电量图表

tianyabing hace 2 años
padre
commit
1cb6c08505
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      src/components/dashboard/more/pvPowerChart.vue

+ 4 - 1
src/components/dashboard/more/pvPowerChart.vue

@@ -5,8 +5,11 @@ import PvPowerProfitChart from "@/components/dashboard/more/pv/pvPowerProfitChar
 
 export default {
   data() {
+    let timeRange = this.$util.dateUtil.getNearlyMonthRange();
     return {
-      queryData: {},
+      queryData: {
+        timeRange: timeRange
+      },
     };
   },
   components: {