Parcourir la source

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

XMLWAN il y a 3 ans
Parent
révision
75b1355f0c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/xt_pages/outpatientRegistration/registrationHistory.vue

+ 2 - 1
src/xt_pages/outpatientRegistration/registrationHistory.vue Voir le fichier

@@ -756,7 +756,8 @@
756 756
         }).then(() => {
757 757
           //
758 758
           let params = {
759
-            'patient_id': row.id,
759
+            'id':row.id,
760
+            'patient_id': row.patient_id,
760 761
             'record_time': row.record_date,
761 762
             'admin_user_id': this.$store.getters.xt_user.user.id
762 763
           }