pansl 1 vuosi sitten
vanhempi
commit
77912b770d

+ 2 - 2
src/views/dataStatistics/rechargeStatistics/summaryStatistics.vue

@@ -241,12 +241,12 @@ const init = () => {
   }
   if (checkPermission('statistic.chargeTJ.lastMonthCharge')) {
     statisticChargeLastMonthCharge().then(res => {
-      currentMonthChargeData.value = res.data;
+      lastMonthChargeData.value = res.data;
     })
   }
   if (checkPermission('statistic.chargeTJ.totalCharge')) {
     statisticChargeTotalCharge().then(res => {
-      currentMonthChargeData.value = res.data;
+      totalChargeData.value = res.data;
     })
   }
 }