pansl 1 سال پیش
والد
کامیت
77912b770d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/dataStatistics/rechargeStatistics/summaryStatistics.vue

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

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