소스 검색

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

XMLWAN 3 년 전
부모
커밋
73623e4609
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/xt_pages/hospitalStation/chargeDetailManagement.vue

+ 1 - 0
src/xt_pages/hospitalStation/chargeDetailManagement.vue 파일 보기

@@ -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