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

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

csx 3 лет назад
Родитель
Сommit
5387e2fee6
1 измененных файлов: 6 добавлений и 6 удалений
  1. 6 6
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 6 - 6
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Просмотреть файл

@@ -1625,8 +1625,8 @@
1625 1625
 
1626 1626
                   this.month_prescriptions = []
1627 1627
 
1628
-                  var month_prescriptions = response.data.data.month_prescriptions
1629
-                  this.setMonthPrescription(month_prescriptions)
1628
+                  // var month_prescriptions = response.data.data.month_prescriptions
1629
+                  // this.setMonthPrescription(month_prescriptions)
1630 1630
 
1631 1631
                   this.patientInfo = response.data.data.xt_info
1632 1632
                   this.hisPatientInfo = response.data.data.his_info
@@ -2079,8 +2079,8 @@
2079 2079
 
2080 2080
                   this.month_prescriptions = []
2081 2081
 
2082
-                  var month_prescriptions = response.data.data.month_prescriptions
2083
-                  this.setMonthPrescription(month_prescriptions)
2082
+                  // var month_prescriptions = response.data.data.month_prescriptions
2083
+                  // this.setMonthPrescription(month_prescriptions)
2084 2084
 
2085 2085
                   this.patientInfo = response.data.data.xt_info
2086 2086
                   this.hisPatientInfo = response.data.data.his_info
@@ -2512,8 +2512,8 @@
2512 2512
 
2513 2513
                 this.month_prescriptions = []
2514 2514
 
2515
-                var month_prescriptions = response.data.data.month_prescriptions
2516
-                this.setMonthPrescription(month_prescriptions)
2515
+                // var month_prescriptions = response.data.data.month_prescriptions
2516
+                // this.setMonthPrescription(month_prescriptions)
2517 2517
 
2518 2518
                 this.patientInfo = response.data.data.xt_info
2519 2519
                 this.hisPatientInfo = response.data.data.his_info