|
@@ -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;
|
|
|
})
|
|
|
}
|
|
|
}
|