|
@@ -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
|