see999 преди 3 години
родител
ревизия
28943cb7b9
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue

+ 2 - 1
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Целия файл

@@ -1841,7 +1841,8 @@
1841 1841
           this.dialysisPrescription.mode_id = pre.mode_id
1842 1842
         }
1843 1843
         console.log('this.dialysisPrescription.mode_id',this.dialysisPrescription.mode_id)
1844
-        if (pre.mode_id == 2 || pre.mode_id == 5 || pre.mode_id == 12 || this.schedual.mode_id == 2 || this.schedual.mode_id == 5 || this.schedual.mode_id == 12) {
1844
+        console.log('this.schedual',schedual.mode_id)
1845
+        if (pre.mode_id == 2 || pre.mode_id == 5 || pre.mode_id == 12 || schedual.mode_id == 2 || schedual.mode_id == 5 || schedual.mode_id == 12) {
1845 1846
           this.zhiShow = true
1846 1847
           this.huShow = true
1847 1848
           this.totalShow = true