@@ -492,6 +492,7 @@ export default {
this.hisPatientInfo = response.data.data.his_info
this.setMonthPrescription(response.data.data.month_prescriptions)
this.month_total = this.getMonthTotalOne()
+ this.all_month_total = this.getTotalTwo()
}
})