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