Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 years ago
parent
commit
7ab24ce02b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/xt_pages/outpatientCharges/components/registerDialog9504.vue

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

@@ -541,6 +541,7 @@
541 541
         let params = {
542 542
           'id_card_type': this.form.id_card_type,
543 543
           'admin_user_id':this.$store.getters.xt_user.user.id,
544
+          'certificates': this.form.certificates
544 545
 
545 546
         }
546 547
         this.read_loading = true