From 7d4770043f9bb6e7767978c2f705a6c15e118f1d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 16 四月 2025 20:52:20 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/hospital.vue | 4 ++--
src/views/patient/patient/behospitalized.vue | 4 ++--
2 files changed, 4 insertions(+), 4 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();
},
diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue
index e7621b3..0f55b9e 100644
--- a/src/views/patient/patient/hospital.vue
+++ b/src/views/patient/patient/hospital.vue
@@ -675,8 +675,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