Browse Source

合并带嘛

csx 2 years ago
parent
commit
a34d51f7fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/outpatientCharges/components/registerDialog9504.vue

+ 2 - 2
src/xt_pages/outpatientCharges/components/registerDialog9504.vue View File

@@ -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