Browse Source

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

csx 3 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,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
           }