|
@@ -1179,11 +1179,11 @@ export default {
|
1179
|
1179
|
data["urr"] = this.form.urr
|
1180
|
1180
|
data["hypertenison"] = parseInt(this.form.hypertenison)
|
1181
|
1181
|
data["hypopiesia"] = parseInt(this.form.hypopiesia)
|
1182
|
|
- data["leave_office_method"] = this.form.leave_office_method?parseInt(this.form.leave_office_method) : 0
|
1183
|
|
- data["lapse"] = this.form.lapse?parseInt(this.form.lapse) : 0
|
1184
|
|
- data["consciousness"] = this.form.consciousness?parseInt(this.form.consciousness) : 0
|
1185
|
|
- data["fallrisk"] = this.form.fallrisk?parseInt(this.form.fallrisk) : 0
|
1186
|
|
- data["machine_run"] = this.form.machine_run?parseInt(this.form.machine_run) : 0
|
|
1182
|
+ data["leave_office_method"] = this.form.leave_office_method
|
|
1183
|
+ data["lapse"] = this.form.lapse
|
|
1184
|
+ data["consciousness"] = this.form.consciousness
|
|
1185
|
+ data["fallrisk"] = this.form.fallrisk
|
|
1186
|
+ data["machine_run"] = this.form.machine_run
|
1187
|
1187
|
data["after_urea"] = this.form.after_urea
|
1188
|
1188
|
data["pip_coagulation"] = this.form.pip_coagulation
|
1189
|
1189
|
data["accumulated_blood_volume"] = this.form.accumulated_blood_volume
|