|
@@ -256,7 +256,7 @@
|
256
|
256
|
ParamsQuery["nurse"] = this.form.nurse_id;
|
257
|
257
|
ParamsQuery["end_time"] = this.end_time;
|
258
|
258
|
ParamsQuery["mode"] = "2"
|
259
|
|
- ParamsQuery["puncture_point_haematoma"] = this.form.puncture_point_haematoma
|
|
259
|
+ ParamsQuery["puncture_point_haematoma"] = paseInt(this.form.puncture_point_haematoma)
|
260
|
260
|
ParamsQuery["internal_fistula"] = this.form.internal_fistula
|
261
|
261
|
ParamsQuery["catheter"] = this.form.catheter
|
262
|
262
|
ParamsQuery["cruor"] = this.form.cruor
|
|
@@ -284,7 +284,7 @@
|
284
|
284
|
submit: function() {
|
285
|
285
|
this.loading = true
|
286
|
286
|
let mode = "1"
|
287
|
|
- finishDialysis(this.patient_id,this.schedule_date ? parseTime(this.schedule_date, '{y}-{m}-{d}') : parseTime(new Date(), '{y}-{m}-{d}'), this.end_time, this.form.nurse_id,mode,this.form.puncture_point_haematoma,this.form.internal_fistula,this.form.catheter,this.form.cruor).then(rs => {
|
|
287
|
+ finishDialysis(this.patient_id,this.schedule_date ? parseTime(this.schedule_date, '{y}-{m}-{d}') : parseTime(new Date(), '{y}-{m}-{d}'), this.end_time, this.form.nurse_id,mode,parseInt(this.form.puncture_point_haematoma),this.form.internal_fistula,this.form.catheter,this.form.cruor).then(rs => {
|
288
|
288
|
this.loading = false
|
289
|
289
|
var resp = rs.data
|
290
|
290
|
if (resp.state == 1) {
|