Procházet zdrojové kódy

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

see999 před 3 roky
rodič
revize
adaccc0eee
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      src/xt_pages/outpatientRegistration/index.vue

+ 3 - 1
src/xt_pages/outpatientRegistration/index.vue Zobrazit soubor

828
           return
828
           return
829
         }
829
         }
830
         let params = {
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
         axios.get('http://127.0.0.1:9532/api/readcard', {
835
         axios.get('http://127.0.0.1:9532/api/readcard', {
834
           params: params
836
           params: params