陈少旭 9 months ago
parent
commit
7d778a23b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientCharges/components/registerDialog.vue

+ 1 - 1
src/xt_pages/outpatientCharges/components/registerDialog.vue View File

840
                     that.form.psn_desc = response.data.data.desc
840
                     that.form.psn_desc = response.data.data.desc
841
 
841
 
842
                   } else if (that.form.id_card_type == 2) {
842
                   } else if (that.form.id_card_type == 2) {
843
-                    2
843
+                    that.form.social_type = parseInt(response.data.data.insutype)
844
                     that.form.id = patient.id
844
                     that.form.id = patient.id
845
                     that.form.name = patient.name
845
                     that.form.name = patient.name
846
                     that.form.gender = patient.gender
846
                     that.form.gender = patient.gender