From 010db1fc095d18ef21754786c3305c008a79d9d2 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 01 八月 2025 12:41:21 +0800
Subject: [PATCH] 患者检验检查增加2

---
 src/views/report/index.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/report/index.vue b/src/views/report/index.vue
index 61d27ae..8aa3097 100644
--- a/src/views/report/index.vue
+++ b/src/views/report/index.vue
@@ -125,8 +125,7 @@
     }
 
 
-    const getDatas=(dataDate)=>{
-        console.log('获取数据', dataDate)
+    const getDatas=()=>{
         console.log(userInfo.patient.patientInfo.code)
         // const pagedata={
         // patCode :'PAT9121102427442HIiL',
@@ -173,7 +172,6 @@
         threeMonthsAgo.setMonth(now.getMonth() - 3)
         dataDate.value.startDate = formatDate(threeMonthsAgo)
         dataDate.value.endDate = formatDate(now)
-        console.log('dataDate', dataDate.value)
         getDatas()
     })
 </script>

--
Gitblit v1.8.0