csx 2 лет назад
Родитель
Сommit
0f20e7e7c0
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2 1
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

+ 2 - 1
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Просмотреть файл

@@ -3198,7 +3198,8 @@ export default {
3198 3198
           'patient_id': this.patientInfo.id,
3199 3199
           'record_time': this.record_date,
3200 3200
           'org_id': this.$store.getters.xt_user.org_id,
3201
-          'his_patient_id': this.hisPatientInfo.id
3201
+          'his_patient_id': this.hisPatientInfo.id,
3202
+          'admin_user_id':this.$store.getters.xt_user.user.id,
3202 3203
         }
3203 3204
         axios.get('http://127.0.0.1:9532/api/refunddetail/post', {
3204 3205
           params: params