Browse Source

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

csx 4 years ago
parent
commit
1d72868cbc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/xt_pages/outpatientRegistration/registrationHistory.vue

+ 2 - 1
src/xt_pages/outpatientRegistration/registrationHistory.vue View File

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