From 208b414e159e108040d2b9e0ea5096cc80e6b649 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 01 八月 2025 18:34:14 +0800
Subject: [PATCH] gx检验报告
---
src/views/report/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/report/index.vue b/src/views/report/index.vue
index 8aa3097..ac98e7c 100644
--- a/src/views/report/index.vue
+++ b/src/views/report/index.vue
@@ -142,7 +142,7 @@
'Content-Type': 'application/x-www-form-urlencoded',
},
}
- const pasm=`date1=${dataDate.value.startDate}&date2=${dataDate.value.endDate}&isGroupByFeeItem=1&patCode=PAT9121102427442HIiL`
+ const pasm=`date1=${dataDate.value.startDate}&date2=${dataDate.value.endDate}&isGroupByFeeItem=1&patCode=${userInfo.patient.patientInfo.code}`
loading.value = true // 开始加载
reportList.value=[]
const toast = Toast.loading({
--
Gitblit v1.8.0