From 56b844397ca8cfbac691c958e90ae381249cba4c Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 18 四月 2025 16:57:11 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/behospitalized.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue
index f73c72d..d0b928d 100644
--- a/src/views/patient/patient/behospitalized.vue
+++ b/src/views/patient/patient/behospitalized.vue
@@ -692,8 +692,8 @@
},
/** 鎼滅储鎸夐挳鎿嶄綔 */
handleQuery() {
- this.queryParams.beginTime = this.dateRange[0];
- this.queryParams.endTime = this.dateRange[1];
+ this.queryParams.startInHospTime = this.dateRange[0];
+ this.queryParams.endInHospTime = this.dateRange[1];
this.queryParams.pageNum = 1;
this.getList();
},
--
Gitblit v1.9.3