csx 4 лет назад
Родитель
Сommit
65a5b0eba3
1 измененных файлов: 6 добавлений и 0 удалений
  1. 6 0
      src/pages/main/dialog/PrescriptionDialog.vue

+ 6 - 0
src/pages/main/dialog/PrescriptionDialog.vue Просмотреть файл

@@ -2194,10 +2194,16 @@
2194 2194
       this.replacementWays = getDataConfig('hemodialysis', 'replacement_ways')
2195 2195
 
2196 2196
       this.patient = this.patient_prop
2197
+
2198
+      console.log(this.dialysisPrescription)
2199
+
2200
+
2197 2201
       if (this.prescription_prop != null && typeof (this.prescription_prop.id) != 'undefined' && this.prescription_prop.id > 0) {
2198 2202
         for (const key in this.prescription_prop) {
2199 2203
           this.dialysisPrescription[key] = this.prescription_prop[key]
2200 2204
         }
2205
+
2206
+
2201 2207
       } else if (this.solution_prop != null && typeof this.solution_prop.id != 'undefined' && this.solution_prop.id) {
2202 2208
         for (const key in this.solution_prop) {
2203 2209
           if(key != "target_ultrafiltration") {