|
@@ -858,7 +858,7 @@
|
858
|
858
|
{{
|
859
|
859
|
monitor.blood_oxygen_saturation
|
860
|
860
|
? monitor.blood_oxygen_saturation
|
861
|
|
- : "0"
|
|
861
|
+ : ""
|
862
|
862
|
}}
|
863
|
863
|
</span>
|
864
|
864
|
</td>
|
|
@@ -2001,7 +2001,7 @@ export default {
|
2001
|
2001
|
this.prescription = response.data.data.dialysisPrescription;
|
2002
|
2002
|
this.receiverTreatmentAccess =
|
2003
|
2003
|
response.data.data.receiverTreatmentAccess;
|
2004
|
|
- this.assessmentafter = response.data.data.AssessmentAfterDislysis;
|
|
2004
|
+ this.assessmentafter = response.data.data.assessmentAfterDislysis;
|
2005
|
2005
|
|
2006
|
2006
|
this.sick_condition_arr.forEach((o) => {
|
2007
|
2007
|
if (this.receiverTreatmentAccess.sick_condition == o.id) {
|