Browse Source

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

csx 3 years ago
parent
commit
5387e2fee6
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 6 - 6
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

1625
 
1625
 
1626
                   this.month_prescriptions = []
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
                   this.patientInfo = response.data.data.xt_info
1631
                   this.patientInfo = response.data.data.xt_info
1632
                   this.hisPatientInfo = response.data.data.his_info
1632
                   this.hisPatientInfo = response.data.data.his_info
2079
 
2079
 
2080
                   this.month_prescriptions = []
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
                   this.patientInfo = response.data.data.xt_info
2085
                   this.patientInfo = response.data.data.xt_info
2086
                   this.hisPatientInfo = response.data.data.his_info
2086
                   this.hisPatientInfo = response.data.data.his_info
2512
 
2512
 
2513
                 this.month_prescriptions = []
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
                 this.patientInfo = response.data.data.xt_info
2518
                 this.patientInfo = response.data.data.xt_info
2519
                 this.hisPatientInfo = response.data.data.his_info
2519
                 this.hisPatientInfo = response.data.data.his_info