From 952ce5369317b40f6c6f2e11e70969d50108d240 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 09 七月 2025 10:56:22 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/outpatient.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/patient/patient/outpatient.vue b/src/views/patient/patient/outpatient.vue index 4a0139f..309b728 100644 --- a/src/views/patient/patient/outpatient.vue +++ b/src/views/patient/patient/outpatient.vue @@ -55,6 +55,7 @@ v-model="pickertime" type="daterange" range-separator="鑷�" + value-format="yyyy-MM-dd" start-placeholder="寮�濮嬫棩鏈�" end-placeholder="缁撴潫鏃ユ湡" > @@ -603,8 +604,8 @@ /** 鎼滅储鎸夐挳鎿嶄綔 */ handleQuery() { this.queryParams.pageNum = 1; - this.queryParams.starttime=pickertime[0]; - this.queryParams.endtime=pickertime[1]; + this.queryParams.starttime=this.pickertime[0]; + this.queryParams.endtime=this.pickertime[1]; this.getList(); }, /** 閲嶇疆鎸夐挳鎿嶄綔 */ -- Gitblit v1.9.3