浏览代码

合并带嘛

csx 2 年前
父节点
当前提交
a34d51f7fc
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/outpatientCharges/components/registerDialog9504.vue

+ 2 - 2
src/xt_pages/outpatientCharges/components/registerDialog9504.vue 查看文件

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