Browse Source

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

see999 3 years ago
parent
commit
adaccc0eee
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/xt_pages/outpatientRegistration/index.vue

+ 3 - 1
src/xt_pages/outpatientRegistration/index.vue View File

@@ -828,7 +828,9 @@
828 828
           return
829 829
         }
830 830
         let params = {
831
-          'id_card_type': this.form.id_card_type
831
+          'id_card_type': this.form.id_card_type,
832
+          'admin_user_id': this.$store.getters.xt_user.user.id,
833
+          'certificates':this.form.certificates,
832 834
         }
833 835
         axios.get('http://127.0.0.1:9532/api/readcard', {
834 836
           params: params