|
@@ -587,7 +587,7 @@
|
587
|
587
|
|
588
|
588
|
|
589
|
589
|
} else if (that.form.id_card_type == 2) {
|
590
|
|
- this.form.id = patient.id
|
|
590
|
+ that.form.id = patient.id
|
591
|
591
|
that.form.name = patient.name
|
592
|
592
|
that.form.gender = patient.gender
|
593
|
593
|
that.form.age = patient.age
|
|
@@ -610,7 +610,7 @@
|
610
|
610
|
birth.substr(6, 2)
|
611
|
611
|
that.form.age = jsGetAge(births, '-')
|
612
|
612
|
}else {
|
613
|
|
- this.form.id = patient.id
|
|
613
|
+ that.form.id = patient.id
|
614
|
614
|
that.form.name = patient.name
|
615
|
615
|
that.form.gender = patient.gender
|
616
|
616
|
that.form.age = patient.age
|