ソースを参照

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

csx 3 年 前
コミット
1d72868cbc
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      src/xt_pages/outpatientRegistration/registrationHistory.vue

+ 2 - 1
src/xt_pages/outpatientRegistration/registrationHistory.vue ファイルの表示

@@ -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
           }