Sfoglia il codice sorgente

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

csx 3 anni fa
parent
commit
24a2f389d6
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/xt_pages/outpatientRegistration/index.vue

+ 3 - 1
src/xt_pages/outpatientRegistration/index.vue Vedi 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