|
@@ -420,7 +420,7 @@ export default {
|
420
|
420
|
condition: "1",
|
421
|
421
|
posture: "1",
|
422
|
422
|
sick_condition: "1",
|
423
|
|
- danger_level: "1",
|
|
423
|
+ danger_level: "2",
|
424
|
424
|
intake: "1",
|
425
|
425
|
nutrition: "1",
|
426
|
426
|
psychological_assessment: "1",
|
|
@@ -483,7 +483,7 @@ export default {
|
483
|
483
|
accepts.posture = 1
|
484
|
484
|
accepts.consciousness =1
|
485
|
485
|
accepts.appetite =1
|
486
|
|
- accepts.danger_level=1
|
|
486
|
+ accepts.danger_level=2
|
487
|
487
|
console.log("this.precaution_arr",this.precaution_arr)
|
488
|
488
|
this.receiveTreatmentAsses.way =1
|
489
|
489
|
this.receiveTreatmentAsses.consciousness =2
|