浏览代码

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

XMLWAN 4 年前
父节点
当前提交
75b1355f0c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/xt_pages/outpatientRegistration/registrationHistory.vue

+ 2 - 1
src/xt_pages/outpatientRegistration/registrationHistory.vue 查看文件

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
           }