From e0a6e0da8a66645379dc5aa007206cfc4d744568 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Mon, 13 May 2024 00:06:04 +0800 Subject: [PATCH] DJ seo --- .../patientRegister/PatientRegisterList.vue | 1 + .../patientRegister/patientRegisterQuery.vue | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 706c735..d0b829d 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -864,6 +864,7 @@ export default { this.patientRegister.query.startDate && this.patientRegister.query.endDate ) { + body.dateType = this.patientRegister.query.dateType body.startDate = moment(this.patientRegister.query.startDate).format( "yyyy-MM-DD" ); diff --git a/src/components/patientRegister/patientRegisterQuery.vue b/src/components/patientRegister/patientRegisterQuery.vue index 735a103..921f771 100644 --- a/src/components/patientRegister/patientRegisterQuery.vue +++ b/src/components/patientRegister/patientRegisterQuery.vue @@ -4,7 +4,14 @@