diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue index 886dfd5..eb59ee6 100644 --- a/src/components/doctorCheck/PatientRegisterList.vue +++ b/src/components/doctorCheck/PatientRegisterList.vue @@ -301,7 +301,7 @@ export default { dictInit() { // 默认 当天 体检日期 let today = moment(new Date()).format('yyyy-MM-DD'); - this.ocxDatas = [{startDate: today, endDate: today, dateType: "2"}] + this.ocxDatas = [{startDate: today, endDate: today, dateType: "medicalStartDate"}] this.cusOrgOCXdisp = `(体检${today}~${today})` /* 首次使用时,再调用