see999 3 gadus atpakaļ
vecāks
revīzija
28943cb7b9

+ 2 - 1
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Parādīt failu

1841
           this.dialysisPrescription.mode_id = pre.mode_id
1841
           this.dialysisPrescription.mode_id = pre.mode_id
1842
         }
1842
         }
1843
         console.log('this.dialysisPrescription.mode_id',this.dialysisPrescription.mode_id)
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
           this.zhiShow = true
1846
           this.zhiShow = true
1846
           this.huShow = true
1847
           this.huShow = true
1847
           this.totalShow = true
1848
           this.totalShow = true