|
@@ -1714,20 +1714,20 @@ export default {
|
1714
|
1714
|
|
1715
|
1715
|
tempmonitorflag = false;
|
1716
|
1716
|
}
|
1717
|
|
- if(this.org_id!=10515){
|
1718
|
|
- if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
|
1719
|
|
- if(this.org_id!=10683){
|
1720
|
|
- this.records[i].monitor_records[j].end = "【结束透析】回血100ml/min";
|
1721
|
|
- }
|
1722
|
|
-
|
1723
|
|
- }
|
1724
|
|
- if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
|
1725
|
|
- if(this.org_id!=10683){
|
1726
|
|
- this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】回血100ml/min"
|
1727
|
|
- }
|
1728
|
|
-
|
1729
|
|
- }
|
1730
|
|
- }
|
|
1717
|
+ // if(this.org_id!=10515){
|
|
1718
|
+ // if (tempmonitorflag && j == this.records[i].monitor_records.length - 1) {
|
|
1719
|
+ // if(this.org_id!=10683){
|
|
1720
|
+ // this.records[i].monitor_records[j].end = "【结束透析】回血100ml/min";
|
|
1721
|
+ // }
|
|
1722
|
+
|
|
1723
|
+ // }
|
|
1724
|
+ // if(this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end == ""){
|
|
1725
|
+ // if(this.org_id!=10683){
|
|
1726
|
+ // this.records[i].monitor_records[this.records[i].monitor_records.length - 1].end = "【结束透析】回血100ml/min"
|
|
1727
|
+ // }
|
|
1728
|
+
|
|
1729
|
+ // }
|
|
1730
|
+ // }
|
1731
|
1731
|
|
1732
|
1732
|
}
|
1733
|
1733
|
}
|