Просмотр исходного кода

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

XMLWAN 3 лет назад
Родитель
Сommit
73623e4609
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1 0
      src/xt_pages/hospitalStation/chargeDetailManagement.vue

+ 1 - 0
src/xt_pages/hospitalStation/chargeDetailManagement.vue Просмотреть файл

492
           this.hisPatientInfo = response.data.data.his_info
492
           this.hisPatientInfo = response.data.data.his_info
493
           this.setMonthPrescription(response.data.data.month_prescriptions)
493
           this.setMonthPrescription(response.data.data.month_prescriptions)
494
           this.month_total = this.getMonthTotalOne()
494
           this.month_total = this.getMonthTotalOne()
495
+          this.all_month_total = this.getTotalTwo()
495
         }
496
         }
496
       })
497
       })
497
 
498