|
@@ -1878,15 +1878,14 @@ export default {
|
1878
|
1878
|
if(this.org_id!=10683){
|
1879
|
1879
|
this.monitors[index].end = '【结束透析】回血100ml/min'
|
1880
|
1880
|
}
|
1881
|
|
-
|
1882
|
1881
|
tempmonitorflag = false
|
1883
|
1882
|
}
|
1884
|
|
- if (tempmonitorflag && index == this.monitors.length - 1) {
|
1885
|
|
- if(this.org_id!=10683){
|
1886
|
|
- this.monitors[index].end = '【结束透析】回血100ml/min'
|
1887
|
|
- }
|
|
1883
|
+ // if (tempmonitorflag && index == this.monitors.length - 1) {
|
|
1884
|
+ // if(this.org_id!=10683){
|
|
1885
|
+ // this.monitors[index].end = '【结束透析】回血100ml/min'
|
|
1886
|
+ // }
|
1888
|
1887
|
|
1889
|
|
- }
|
|
1888
|
+ // }
|
1890
|
1889
|
}
|
1891
|
1890
|
}
|
1892
|
1891
|
|