From 401c8356fba9004e3f3301002bbb2267cb1f973f Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 16 四月 2025 20:04:16 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/operation.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/patient/patient/operation.vue b/src/views/patient/patient/operation.vue index 7af715a..94aedb7 100644 --- a/src/views/patient/patient/operation.vue +++ b/src/views/patient/patient/operation.vue @@ -599,8 +599,8 @@ }, /** 鎼滅储鎸夐挳鎿嶄綔 */ handleQuery() { - this.queryParams.startOutHospTime = this.dateRange[0]; - this.queryParams.endOutHospTime = this.dateRange[1]; + this.queryParams.beginTime = this.dateRange[0]; + this.queryParams.endTime = this.dateRange[1]; this.queryParams.pageNum = 1; this.getList(); }, -- Gitblit v1.9.3