From acac65122fbac5295e4b7c8eed468e9b9181e366 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 21 四月 2026 15:24:40 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/views/sfstatistics/percentage/index.vue b/src/views/sfstatistics/percentage/index.vue
index 911156a..4474fbb 100644
--- a/src/views/sfstatistics/percentage/index.vue
+++ b/src/views/sfstatistics/percentage/index.vue
@@ -184,13 +184,14 @@
       logsheetlist: [],
       Seedloading: false,
       patientqueryParams: {
-        pn: 1,
-        ps: 10
+        pageNum: 1,
+        pageSize: 10
       }
     }
   },
   created() {
     this.getDeptTree()
+    this.loadCurrentTabData()
   },
   methods: {
     getDeptTree() {
@@ -305,7 +306,9 @@
     },
 
     Seedetailstion() {
-      this.$refs.firstFollowUp.selectTimelyRate(this.patientqueryParams)
+      console.log(this.patientqueryParams);
+
+      this.$refs.firstFollowUp.selectTimelyRates(this.patientqueryParams)
         .then(response => {
           this.logsheetlist = response.data.detail
           this.patienttotal = response.data.total

--
Gitblit v1.9.3