瀏覽代碼

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

csx 3 年之前
父節點
當前提交
273f197f3d
共有 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