From f9902f7a3b79d22bde9f199263ac36de26816470 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 08 五月 2026 14:46:10 +0800
Subject: [PATCH] 测试完成

---
 src/views/sfstatistics/percentage/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/sfstatistics/percentage/index.vue b/src/views/sfstatistics/percentage/index.vue
index 4474fbb..b82a720 100644
--- a/src/views/sfstatistics/percentage/index.vue
+++ b/src/views/sfstatistics/percentage/index.vue
@@ -297,7 +297,7 @@
       this.SeedetailsVisible = true
       this.Seedloading = true
 
-      this.$refs.firstFollowUp.selectTimelyRate(row, this.queryParams.dateRange)
+      this.$refs.firstFollowUp.selectTimelyRate(row, this.queryParams)
         .then(response => {
           this.logsheetlist = response.data.detail
           this.patienttotal = response.data.total

--
Gitblit v1.9.3