pengjun 2 months ago
parent
commit
e10554e9fe
  1. 2
      src/components/doctorCheck/PatientRegisterList.vue

2
src/components/doctorCheck/PatientRegisterList.vue

@ -301,7 +301,7 @@ export default {
dictInit() { dictInit() {
// //
let today = moment(new Date()).format('yyyy-MM-DD'); 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})` this.cusOrgOCXdisp = `(体检${today}~${today})`
/* 使 /* 使

Loading…
Cancel
Save