Przeglądaj źródła

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 3 lat temu
rodzic
commit
73623e4609

+ 1 - 0
src/xt_pages/hospitalStation/chargeDetailManagement.vue Wyświetl plik

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